#AFE965

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

Shades of Conifer #AFE965

Tints of Conifer #AFE965

Color information

#AFE965 (or 0xAFE965) is unknown color: approx Conifer. HEX triplet: AF, E9 and 65. RGB value is (175,233,101). Sum of RGB (Red+Green+Blue) = 175+233+101=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE965 is #50169A. Grayscale: #C9C9C9. Windows color (decimal): -5248667 or 6678959. OLE color: 6678959.

HSL color Cylindrical-coordinate representation of color #AFE965: hue angle of 86.36º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFE965 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB175233101-
CMYK0.2500.570.09
HSL86.36º75%65.49%-
HSV(B)86.36º56.65%91.37%-
XYZ49.1768.3322.91-
YUV200.6171.78109.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 101 (39.84% from 255) = 19.84%
R=34.38%
G=45.78%
B=19.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331010.2500.570.0986.367565.49
HexAFE965190399564b41
Octal2573511453107111126113101
Binary101011111110100111001011100101110011001101011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE965; }

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

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

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

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

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

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

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

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