Html Css Color HEX #80F0A2 Light Green

📋 copy color: '#80F0A2'

red 128 ◦ green 240 ◦ blue 162

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

Shades of Light Green #80F0A2

Tints of Light Green #80F0A2

RGB

 RED value IS 128 (50.39% from 255) = 24.15%

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

 BLUE value IS 162 (63.67% from 255) = 30.57%

R = 24.15%
G = 45.28%
B = 30.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#80F0A2 (or 0x80F0A2) is known color: Light Green. HEX triplet: 80, F0 and A2. RGB value is (128,240,162). Sum of RGB (Red+Green+Blue) = 128+240+162=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #80F0A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F0A2 is #7F0F5D. Grayscale: #C5C5C5. Windows color (decimal): -8327006 or 10678400. OLE color: 10678400.

HSL color Cylindrical-coordinate representation of color #80F0A2: hue angle of 138.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F0A2 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 162 -
CMYK 0.47 0 0.32 0.06
HSL 138.21º 0.79% 0.72% -
HSV(B) 138.21º 0.47% 0.94% -
XYZ 46.58 69.52 45.15 -
YUV 197.62 107.89 78.34 -
System Red Green Blue C M Y K H S L
Decimal 128 240 162 0.47 0 0.32 0.06 138.21 0.79 0.72
Hex 80 F0 A2 2F 0 20 6 8A 4F 48
Octal 200 360 242 57 0 40 6 212 117 110
Binary 10000000 11110000 10100010 101111 0 100000 110 10001010 1001111 1001000

Color Harmonies of #80F0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F0A2

Black with #80F0A2

Text Example


Text Example

White with #80F0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F0A2; }

 p { color: rgb(128,240,162); }

 H1.HeaderClassName
 {
   color: #80F0A2;
 }
 .AnyTagClassName
 {
   color: #80F0A2;
 }
</style>

background-color css

<style>
 a { background-color: #80F0A2; }

 a { background-color: rgb(128,240,162); }

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

border-color css

<style>
 span { border-color: #80F0A2; }

 span { border-color: rgb(128,240,162); }

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