#AFD955

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

Shades of Conifer #AFD955

Tints of Conifer #AFD955

Color information

#AFD955 (or 0xAFD955) is unknown color: approx Conifer. HEX triplet: AF, D9 and 55. RGB value is (175,217,85). Sum of RGB (Red+Green+Blue) = 175+217+85=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD955 is #5026AA. Grayscale: #BDBDBD. Windows color (decimal): -5252779 or 5626287. OLE color: 5626287.

HSL color Cylindrical-coordinate representation of color #AFD955: hue angle of 79.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFD955 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB17521785-
CMYK0.1900.610.15
HSL79.09º63.46%59.22%-
HSV(B)79.09º60.83%85.1%-
XYZ44.1359.417.73-
YUV189.3969.09117.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=36.69%
G=45.49%
B=17.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217850.1900.610.1579.0963.4659.22
HexAFD9551303DF4f3f3b
Octal25733112523075171177773
Binary1010111111011001101010110011011110111111001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD955; }

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

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

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

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

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

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

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

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