#A8EB41

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

Shades of Conifer #A8EB41

Tints of Conifer #A8EB41

Color information

#A8EB41 (or 0xA8EB41) is unknown color: approx Conifer. HEX triplet: A8, EB and 41. RGB value is (168,235,65). Sum of RGB (Red+Green+Blue) = 168+235+65=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB41 is #5714BE. Grayscale: #C4C4C4. Windows color (decimal): -5706943 or 4320168. OLE color: 4320168.

HSL color Cylindrical-coordinate representation of color #A8EB41: hue angle of 83.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8EB41 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB16823565-
CMYK0.2900.720.08
HSL83.65º80.95%58.82%-
HSV(B)83.65º72.34%92.16%-
XYZ46.8168.1215.68-
YUV195.5954.3108.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 235 (92.19% from 255) = 50.21%
BLUE value IS 65 (25.78% from 255) = 13.89%
R=35.90%
G=50.21%
B=13.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168235650.2900.720.0883.6580.9558.82
HexA8EB411D048854513b
Octal2503531013501101012412173
Binary101010001110101110000011110101001000100010101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB41; }

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

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

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

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

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

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

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

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