#AFCC59

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

Shades of Conifer #AFCC59

Tints of Conifer #AFCC59

Color information

#AFCC59 (or 0xAFCC59) is unknown color: approx Conifer. HEX triplet: AF, CC and 59. RGB value is (175,204,89). Sum of RGB (Red+Green+Blue) = 175+204+89=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC59 is #5033A6. Grayscale: #B6B6B6. Windows color (decimal): -5256103 or 5885103. OLE color: 5885103.

HSL color Cylindrical-coordinate representation of color #AFCC59: hue angle of 75.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFCC59 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB17520489-
CMYK0.1400.560.2
HSL75.13º53%57.45%-
HSV(B)75.13º56.37%80%-
XYZ41.0853.0217.52-
YUV182.2275.39122.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=37.39%
G=43.59%
B=19.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175204890.1400.560.275.135357.45
HexAFCC59E038144b3539
Octal25731413116070241136571
Binary1010111111001100101100111100111000101001001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC59; }

 p { color: rgb(175,204,89); }

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

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

 a { background-color: rgb(175,204,89); }

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

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

 span { border-color: rgb(175,204,89); }

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