#AFEC52

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

Shades of Conifer #AFEC52

Tints of Conifer #AFEC52

Color information

#AFEC52 (or 0xAFEC52) is unknown color: approx Conifer. HEX triplet: AF, EC and 52. RGB value is (175,236,82). Sum of RGB (Red+Green+Blue) = 175+236+82=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC52 is #5013AD. Grayscale: #C8C8C8. Windows color (decimal): -5247918 or 5434543. OLE color: 5434543.

HSL color Cylindrical-coordinate representation of color #AFEC52: hue angle of 83.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFEC52 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB17523682-
CMYK0.2600.650.07
HSL83.77º80.21%62.35%-
HSV(B)83.77º65.25%92.55%-
XYZ49.269.7118.85-
YUV200.261.29110.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 236 (92.58% from 255) = 47.87%
BLUE value IS 82 (32.42% from 255) = 16.63%
R=35.50%
G=47.87%
B=16.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175236820.2600.650.0783.7780.2162.35
HexAFEC521A041754503e
Octal257354122320101712412076
Binary10101111111011001010010110100100000111110101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC52; }

 p { color: rgb(175,236,82); }

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

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

 a { background-color: rgb(175,236,82); }

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

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

 span { border-color: rgb(175,236,82); }

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