Html Css Color HEX #8AF082 Light Green

📋 copy color: '#8AF082'

red 138 ◦ green 240 ◦ blue 130

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

Shades of Light Green #8AF082

Tints of Light Green #8AF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 27.17%
G = 47.24%
B = 25.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#8AF082 (or 0x8AF082) is known color: Light Green. HEX triplet: 8A, F0 and 82. RGB value is (138,240,130). Sum of RGB (Red+Green+Blue) = 138+240+130=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF082 is #750F7D. Grayscale: #C5C5C5. Windows color (decimal): -7671678 or 8581258. OLE color: 8581258.

HSL color Cylindrical-coordinate representation of color #8AF082: hue angle of 115.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF082 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 130 -
CMYK 0.42 0 0.46 0.06
HSL 115.64º 0.79% 0.73% -
HSV(B) 115.64º 0.46% 0.94% -
XYZ 45.67 69.34 32.1 -
YUV 196.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 138 240 130 0.42 0 0.46 0.06 115.64 0.79 0.73
Hex 8A F0 82 2A 0 2E 6 74 4F 49
Octal 212 360 202 52 0 56 6 164 117 111
Binary 10001010 11110000 10000010 101010 0 101110 110 1110100 1001111 1001001

Color Harmonies of #8AF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF082

Black with #8AF082

Text Example


Text Example

White with #8AF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,240,130); }

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

background-color css

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

 a { background-color: rgb(138,240,130); }

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

border-color css

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

 span { border-color: rgb(138,240,130); }

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