#AFD965

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

Shades of Conifer #AFD965

Tints of Conifer #AFD965

Color information

#AFD965 (or 0xAFD965) is unknown color: approx Conifer. HEX triplet: AF, D9 and 65. RGB value is (175,217,101). Sum of RGB (Red+Green+Blue) = 175+217+101=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD965 is #50269A. Grayscale: #BFBFBF. Windows color (decimal): -5252763 or 6674863. OLE color: 6674863.

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

Color convert

RGB175217101-
CMYK0.1900.530.15
HSL81.72º60.42%62.35%-
HSV(B)81.72º53.46%85.1%-
XYZ44.8459.6821.47-
YUV191.2277.09116.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=35.50%
G=44.02%
B=20.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171010.1900.530.1581.7260.4262.35
HexAFD96513035F523c3e
Octal25733114523065171227476
Binary1010111111011001110010110011011010111111010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD965; }

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

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

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

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

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

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

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

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