#AFE967

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

Shades of Conifer #AFE967

Tints of Conifer #AFE967

Color information

#AFE967 (or 0xAFE967) is unknown color: approx Conifer. HEX triplet: AF, E9 and 67. RGB value is (175,233,103). Sum of RGB (Red+Green+Blue) = 175+233+103=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE967 is #501698. Grayscale: #C9C9C9. Windows color (decimal): -5248665 or 6810031. OLE color: 6810031.

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

Color convert

RGB175233103-
CMYK0.2500.560.09
HSL86.77º74.71%65.88%-
HSV(B)86.77º55.79%91.37%-
XYZ49.2768.3723.43-
YUV200.8472.78109.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 233 (91.41% from 255) = 45.60%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=34.25%
G=45.60%
B=20.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331030.2500.560.0986.7774.7165.88
HexAFE967190389574b42
Octal2573511473107011127113102
Binary101011111110100111001111100101110001001101011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE967; }

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

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

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

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

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

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

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

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