#AFD253

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

Shades of Conifer #AFD253

Tints of Conifer #AFD253

Color information

#AFD253 (or 0xAFD253) is unknown color: approx Conifer. HEX triplet: AF, D2 and 53. RGB value is (175,210,83). Sum of RGB (Red+Green+Blue) = 175+210+83=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD253 is #502DAC. Grayscale: #B9B9B9. Windows color (decimal): -5254573 or 5493423. OLE color: 5493423.

HSL color Cylindrical-coordinate representation of color #AFD253: hue angle of 76.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFD253 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB17521083-
CMYK0.1700.600.18
HSL76.54º58.53%57.45%-
HSV(B)76.54º60.48%82.35%-
XYZ42.2955.8316.73-
YUV185.0670.4120.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 83 (32.81% from 255) = 17.74%
R=37.39%
G=44.87%
B=17.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210830.1700.600.1876.5458.5357.45
HexAFD2531103C124d3b39
Octal25732212321074221157371
Binary10101111110100101010011100010111100100101001101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD253; }

 p { color: rgb(175,210,83); }

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

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

 a { background-color: rgb(175,210,83); }

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

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

 span { border-color: rgb(175,210,83); }

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