#AFE466

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

Shades of Conifer #AFE466

Tints of Conifer #AFE466

Color information

#AFE466 (or 0xAFE466) is unknown color: approx Conifer. HEX triplet: AF, E4 and 66. RGB value is (175,228,102). Sum of RGB (Red+Green+Blue) = 175+228+102=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE466 is #501B99. Grayscale: #C6C6C6. Windows color (decimal): -5249946 or 6743215. OLE color: 6743215.

HSL color Cylindrical-coordinate representation of color #AFE466: hue angle of 85.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE466 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB175228102-
CMYK0.2300.550.11
HSL85.24º70%64.71%-
HSV(B)85.24º55.26%89.41%-
XYZ47.8265.5622.7-
YUV197.7973.94111.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=34.65%
G=45.15%
B=20.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281020.2300.550.1185.247064.71
HexAFE46617037B554641
Octal2573441462706713125106101
Binary101011111110010011001101011101101111011101010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE466; }

 p { color: rgb(175,228,102); }

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

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

 a { background-color: rgb(175,228,102); }

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

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

 span { border-color: rgb(175,228,102); }

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