#AFD364

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

Shades of Conifer #AFD364

Tints of Conifer #AFD364

Color information

#AFD364 (or 0xAFD364) is unknown color: approx Conifer. HEX triplet: AF, D3 and 64. RGB value is (175,211,100). Sum of RGB (Red+Green+Blue) = 175+211+100=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD364 is #502C9B. Grayscale: #BBBBBB. Windows color (decimal): -5254300 or 6607791. OLE color: 6607791.

HSL color Cylindrical-coordinate representation of color #AFD364: hue angle of 79.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFD364 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB175211100-
CMYK0.1700.530.17
HSL79.46º55.78%60.98%-
HSV(B)79.46º52.61%82.75%-
XYZ43.2756.6220.71-
YUV187.5878.57119.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 211 (82.81% from 255) = 43.42%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=36.01%
G=43.42%
B=20.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111000.1700.530.1779.4655.7860.98
HexAFD36411035114f383d
Octal25732314421065211177075
Binary10101111110100111100100100010110101100011001111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD364; }

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

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

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

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

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

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

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

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