#AFD655

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

Shades of Conifer #AFD655

Tints of Conifer #AFD655

Color information

#AFD655 (or 0xAFD655) is unknown color: approx Conifer. HEX triplet: AF, D6 and 55. RGB value is (175,214,85). Sum of RGB (Red+Green+Blue) = 175+214+85=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD655 is #5029AA. Grayscale: #BCBCBC. Windows color (decimal): -5253547 or 5625519. OLE color: 5625519.

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

Color convert

RGB17521485-
CMYK0.1800.600.16
HSL78.14º61.14%58.63%-
HSV(B)78.14º60.28%83.92%-
XYZ43.3757.8617.48-
YUV187.6370.08118.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=36.92%
G=45.15%
B=17.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175214850.1800.600.1678.1461.1458.63
HexAFD6551203C104e3d3b
Octal25732612522074201167573
Binary10101111110101101010101100100111100100001001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD655; }

 p { color: rgb(175,214,85); }

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

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

 a { background-color: rgb(175,214,85); }

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

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

 span { border-color: rgb(175,214,85); }

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