#8AE694

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

Shades of Light Green #8AE694

Tints of Light Green #8AE694

Color information

#8AE694 (or 0x8AE694) is unknown color: approx Light Green. HEX triplet: 8A, E6 and 94. RGB value is (138,230,148). Sum of RGB (Red+Green+Blue) = 138+230+148=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE694 is #75196B. Grayscale: #C1C1C1. Windows color (decimal): -7674220 or 9758346. OLE color: 9758346.

HSL color Cylindrical-coordinate representation of color #8AE694: hue angle of 126.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE694 is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB138230148-
CMYK0.400.360.10
HSL126.52º64.79%72.16%-
HSV(B)126.52º40%90.2%-
XYZ44.1264.1438.07-
YUV193.14102.5288.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 230 (90.23% from 255) = 44.57%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=26.74%
G=44.57%
B=28.68%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301480.400.360.10126.5264.7972.16
Hex8AE69428024A7f4148
Octal2123462245004412177101110
Binary10001010111001101001010010100001001001010111111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,230,148); }

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

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

 a { background-color: rgb(138,230,148); }

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

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

 span { border-color: rgb(138,230,148); }

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