Html Css Color HEX #8AE194 Light Green

📋 copy color: '#8AE194'

red 138 ◦ green 225 ◦ blue 148

#8AE194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #8AE194

Tints of Light Green #8AE194

RGB

 RED value IS 138 (54.3% from 255) = 27.01%

 GREEN value IS 225 (88.28% from 255) = 44.03%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 27.01%
G = 44.03%
B = 28.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#8AE194 (or 0x8AE194) is known color: Light Green. HEX triplet: 8A, E1 and 94. RGB value is (138,225,148). Sum of RGB (Red+Green+Blue) = 138+225+148=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE194 is #751E6B. Grayscale: #BEBEBE. Windows color (decimal): -7675500 or 9757066. OLE color: 9757066.

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

Color convert

RGB 138 225 148 -
CMYK 0.39 0 0.34 0.12
HSL 126.9º 0.59% 0.71% -
HSV(B) 126.9º 0.39% 0.88% -
XYZ 42.75 61.39 37.61 -
YUV 190.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 138 225 148 0.39 0 0.34 0.12 126.9 0.59 0.71
Hex 8A E1 94 27 0 22 C 7F 3B 47
Octal 212 341 224 47 0 42 14 177 73 107
Binary 10001010 11100001 10010100 100111 0 100010 1100 1111111 111011 1000111

Color Harmonies of #8AE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE194

Black with #8AE194

Text Example


Text Example

White with #8AE194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AE194;
 }
 .AnyTagClassName
 {
   color: #8AE194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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