#AFD164

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

Shades of Conifer #AFD164

Tints of Conifer #AFD164

Color information

#AFD164 (or 0xAFD164) is unknown color: approx Conifer. HEX triplet: AF, D1 and 64. RGB value is (175,209,100). Sum of RGB (Red+Green+Blue) = 175+209+100=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD164 is #502E9B. Grayscale: #BABABA. Windows color (decimal): -5254812 or 6607279. OLE color: 6607279.

HSL color Cylindrical-coordinate representation of color #AFD164: hue angle of 78.72º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD164 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB175209100-
CMYK0.1600.520.18
HSL78.72º54.23%60.59%-
HSV(B)78.72º52.15%81.96%-
XYZ42.7855.6320.54-
YUV186.4179.24119.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 100 (39.45% from 255) = 20.66%
R=36.16%
G=43.18%
B=20.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091000.1600.520.1878.7254.2360.59
HexAFD16410034124f363d
Octal25732114420064221176675
Binary10101111110100011100100100000110100100101001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD164; }

 p { color: rgb(175,209,100); }

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

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

 a { background-color: rgb(175,209,100); }

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

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

 span { border-color: rgb(175,209,100); }

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