#8AEB05

Color #8AEB05 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #8AEB05

Tints of Lawn Green #8AEB05

Color information

#8AEB05 (or 0x8AEB05) is unknown color: approx Lawn Green. HEX triplet: 8A, EB and 05. RGB value is (138,235,5). Sum of RGB (Red+Green+Blue) = 138+235+5=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AEB05 is #7514FA. Grayscale: #B4B4B4. Windows color (decimal): -7673083 or 387978. OLE color: 387978.

HSL color Cylindrical-coordinate representation of color #8AEB05: hue angle of 85.3º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AEB05 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB1382355-
CMYK0.4100.980.08
HSL85.3º95.83%47.06%-
HSV(B)85.3º97.87%92.16%-
XYZ40.2264.8310.54-
YUV179.7829.3698.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 235 (92.19% from 255) = 62.17%
BLUE value IS 5 (2.34% from 255) = 1.32%
R=36.51%
G=62.17%
B=1.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13823550.4100.980.0885.395.8347.06
Hex8AEB529062855602f
Octal21235355101421012514057
Binary100010101110101110110100101100010100010101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AEB05; }

 p { color: rgb(138,235,5); }

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

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

 a { background-color: rgb(138,235,5); }

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

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

 span { border-color: rgb(138,235,5); }

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