Html Css Color HEX #8AED8C Light Green

📋 copy color: '#8AED8C'

red 138 ◦ green 237 ◦ blue 140

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

Shades of Light Green #8AED8C

Tints of Light Green #8AED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 26.8%
G = 46.02%
B = 27.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#8AED8C (or 0x8AED8C) is known color: Light Green. HEX triplet: 8A, ED and 8C. RGB value is (138,237,140). Sum of RGB (Red+Green+Blue) = 138+237+140=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AED8C is #751273. Grayscale: #C4C4C4. Windows color (decimal): -7672436 or 9235850. OLE color: 9235850.

HSL color Cylindrical-coordinate representation of color #8AED8C: hue angle of 121.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AED8C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 237 140 -
CMYK 0.42 0 0.41 0.07
HSL 121.21º 0.73% 0.74% -
HSV(B) 121.21º 0.42% 0.93% -
XYZ 45.5 67.87 35.51 -
YUV 196.34 96.2 86.39 -
System Red Green Blue C M Y K H S L
Decimal 138 237 140 0.42 0 0.41 0.07 121.21 0.73 0.74
Hex 8A ED 8C 2A 0 29 7 79 49 4A
Octal 212 355 214 52 0 51 7 171 111 112
Binary 10001010 11101101 10001100 101010 0 101001 111 1111001 1001001 1001010

Color Harmonies of #8AED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AED8C

Black with #8AED8C

Text Example


Text Example

White with #8AED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,237,140); }

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

background-color css

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

 a { background-color: rgb(138,237,140); }

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

border-color css

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

 span { border-color: rgb(138,237,140); }

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