#AFE846

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

Shades of Conifer #AFE846

Tints of Conifer #AFE846

Color information

#AFE846 (or 0xAFE846) is unknown color: approx Conifer. HEX triplet: AF, E8 and 46. RGB value is (175,232,70). Sum of RGB (Red+Green+Blue) = 175+232+70=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE846 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE846 is #5017B9. Grayscale: #C5C5C5. Windows color (decimal): -5248954 or 4647087. OLE color: 4647087.

HSL color Cylindrical-coordinate representation of color #AFE846: hue angle of 81.11º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE846 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB17523270-
CMYK0.2500.700.09
HSL81.11º77.88%59.22%-
HSV(B)81.11º69.83%90.98%-
XYZ47.6467.2716.27-
YUV196.4956.62112.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 232 (91.02% from 255) = 48.64%
BLUE value IS 70 (27.73% from 255) = 14.68%
R=36.69%
G=48.64%
B=14.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175232700.2500.700.0981.1177.8859.22
HexAFE846190469514e3b
Octal2573501063101061112111673
Binary101011111110100010001101100101000110100110100011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE846; }

 p { color: rgb(175,232,70); }

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

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

 a { background-color: rgb(175,232,70); }

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

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

 span { border-color: rgb(175,232,70); }

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