#AFE069

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

Shades of Conifer #AFE069

Tints of Conifer #AFE069

Color information

#AFE069 (or 0xAFE069) is unknown color: approx Conifer. HEX triplet: AF, E0 and 69. RGB value is (175,224,105). Sum of RGB (Red+Green+Blue) = 175+224+105=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE069 is #501F96. Grayscale: #C4C4C4. Windows color (decimal): -5250967 or 6938799. OLE color: 6938799.

HSL color Cylindrical-coordinate representation of color #AFE069: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE069 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB175224105-
CMYK0.2200.530.12
HSL84.71º65.75%64.51%-
HSV(B)84.71º53.12%87.84%-
XYZ46.8863.4523.14-
YUV195.7876.77113.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 224 (87.89% from 255) = 44.44%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=34.72%
G=44.44%
B=20.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241050.2200.530.1284.7165.7564.51
HexAFE06916035C554241
Octal2573401512606514125102101
Binary101011111110000011010011011001101011100101010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE069; }

 p { color: rgb(175,224,105); }

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

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

 a { background-color: rgb(175,224,105); }

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

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

 span { border-color: rgb(175,224,105); }

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