#A8E241

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

Shades of Conifer #A8E241

Tints of Conifer #A8E241

Color information

#A8E241 (or 0xA8E241) is unknown color: approx Conifer. HEX triplet: A8, E2 and 41. RGB value is (168,226,65). Sum of RGB (Red+Green+Blue) = 168+226+65=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E241 is #571DBE. Grayscale: #BEBEBE. Windows color (decimal): -5709247 or 4317864. OLE color: 4317864.

HSL color Cylindrical-coordinate representation of color #A8E241: hue angle of 81.61º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8E241 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB16822665-
CMYK0.2600.710.11
HSL81.61º73.52%57.06%-
HSV(B)81.61º71.24%88.63%-
XYZ44.363.114.85-
YUV190.357.28112.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 226 (88.67% from 255) = 49.24%
BLUE value IS 65 (25.78% from 255) = 14.16%
R=36.60%
G=49.24%
B=14.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168226650.2600.710.1181.6173.5257.06
HexA8E2411A047B524a39
Octal2503421013201071312211271
Binary101010001110001010000011101001000111101110100101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E241; }

 p { color: rgb(168,226,65); }

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

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

 a { background-color: rgb(168,226,65); }

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

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

 span { border-color: rgb(168,226,65); }

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