#A8E14C

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

Shades of Conifer #A8E14C

Tints of Conifer #A8E14C

Color information

#A8E14C (or 0xA8E14C) is unknown color: approx Conifer. HEX triplet: A8, E1 and 4C. RGB value is (168,225,76). Sum of RGB (Red+Green+Blue) = 168+225+76=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E14C is #571EB3. Grayscale: #BFBFBF. Windows color (decimal): -5709492 or 5038504. OLE color: 5038504.

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

Color convert

RGB16822576-
CMYK0.2500.660.12
HSL82.95º71.29%59.02%-
HSV(B)82.95º66.22%88.24%-
XYZ44.3862.716.6-
YUV190.9763.12111.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 225 (88.28% from 255) = 47.97%
BLUE value IS 76 (30.08% from 255) = 16.20%
R=35.82%
G=47.97%
B=16.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168225760.2500.660.1282.9571.2959.02
HexA8E14C19042C53473b
Octal2503411143101021412310773
Binary101010001110000110011001100101000010110010100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E14C; }

 p { color: rgb(168,225,76); }

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

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

 a { background-color: rgb(168,225,76); }

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

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

 span { border-color: rgb(168,225,76); }

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