#AFD564

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

Shades of Conifer #AFD564

Tints of Conifer #AFD564

Color information

#AFD564 (or 0xAFD564) is unknown color: approx Conifer. HEX triplet: AF, D5 and 64. RGB value is (175,213,100). Sum of RGB (Red+Green+Blue) = 175+213+100=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD564 is #502A9B. Grayscale: #BDBDBD. Windows color (decimal): -5253788 or 6608303. OLE color: 6608303.

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

Color convert

RGB175213100-
CMYK0.1800.530.16
HSL80.18º57.36%61.37%-
HSV(B)80.18º53.05%83.53%-
XYZ43.7757.6220.87-
YUV188.7677.91118.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=35.86%
G=43.65%
B=20.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131000.1800.530.1680.1857.3661.37
HexAFD564120351050393d
Octal25732514422065201207175
Binary10101111110101011100100100100110101100001010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD564; }

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

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

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

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

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

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

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

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