#AFDA62

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

Shades of Conifer #AFDA62

Tints of Conifer #AFDA62

Color information

#AFDA62 (or 0xAFDA62) is unknown color: approx Conifer. HEX triplet: AF, DA and 62. RGB value is (175,218,98). Sum of RGB (Red+Green+Blue) = 175+218+98=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA62 is #50259D. Grayscale: #BFBFBF. Windows color (decimal): -5252510 or 6478511. OLE color: 6478511.

HSL color Cylindrical-coordinate representation of color #AFDA62: hue angle of 81.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFDA62 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB17521898-
CMYK0.2000.550.15
HSL81.5º61.86%61.96%-
HSV(B)81.5º55.05%85.49%-
XYZ44.9660.1420.79-
YUV191.4675.25116.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=35.64%
G=44.40%
B=19.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175218980.2000.550.1581.561.8661.96
HexAFDA6214037F523e3e
Octal25733214224067171227676
Binary1010111111011010110001010100011011111111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA62; }

 p { color: rgb(175,218,98); }

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

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

 a { background-color: rgb(175,218,98); }

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

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

 span { border-color: rgb(175,218,98); }

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