#AFDB3C

Color #AFDB3C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFDB3C

Tints of Conifer #AFDB3C

Color information

#AFDB3C (or 0xAFDB3C) is unknown color: approx Conifer. HEX triplet: AF, DB and 3C. RGB value is (175,219,60). Sum of RGB (Red+Green+Blue) = 175+219+60=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3C is #5024C3. Grayscale: #BCBCBC. Windows color (decimal): -5252292 or 3988399. OLE color: 3988399.

HSL color Cylindrical-coordinate representation of color #AFDB3C: hue angle of 76.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDB3C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB17521960-
CMYK0.2000.730.14
HSL76.6º68.83%54.71%-
HSV(B)76.6º72.6%85.88%-
XYZ43.8360.113.57-
YUV187.7255.92118.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 60 (23.83% from 255) = 13.22%
R=38.55%
G=48.24%
B=13.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175219600.2000.730.1476.668.8354.71
HexAFDB3C14049E4d4537
Octal257333742401111611510567
Binary10101111110110111111001010001001001111010011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB3C; }

 p { color: rgb(175,219,60); }

 H1.HeaderClassName
 {
   color: #AFDB3C;
 }
 .AnyTagClassName
 {
   color: #AFDB3C;
 }
</style>
background-color css

<style>
 a { background-color: #AFDB3C; }

 a { background-color: rgb(175,219,60); }

 div.DivClassName
 {
   background-color: #AFDB3C;
 }
 .BgClassName
 {
   background-color: #AFDB3C;
 }
</style>
border-color css

<style>
 span { border-color: #AFDB3C; }

 span { border-color: rgb(175,219,60); }

 td.TdClassName
 {
   border-color: #AFDB3C;
 }
 .TagClassName
 {
   border-color: #AFDB3C;
 }
</style>