Html Css Color HEX #72FEA2 Light Green

📋 copy color: '#72FEA2'

red 114 ◦ green 254 ◦ blue 162

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

Shades of Light Green #72FEA2

Tints of Light Green #72FEA2

RGB

 RED value IS 114 (44.92% from 255) = 21.51%

 GREEN value IS 254 (99.61% from 255) = 47.92%

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

R = 21.51%
G = 47.92%
B = 30.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#72FEA2 (or 0x72FEA2) is known color: Light Green. HEX triplet: 72, FE and A2. RGB value is (114,254,162). Sum of RGB (Red+Green+Blue) = 114+254+162=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FEA2 is #8D015D. Grayscale: #C9C9C9. Windows color (decimal): -9240926 or 10681970. OLE color: 10681970.

HSL color Cylindrical-coordinate representation of color #72FEA2: hue angle of 140.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEA2 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 254 162 -
CMYK 0.55 0 0.36 0.00
HSL 140.57º 0.99% 0.72% -
HSV(B) 140.57º 0.55% 1% -
XYZ 48.9 77.07 46.48 -
YUV 201.65 105.62 65.48 -
System Red Green Blue C M Y K H S L
Decimal 114 254 162 0.55 0 0.36 0.00 140.57 0.99 0.72
Hex 72 FE A2 37 0 24 0 8D 63 48
Octal 162 376 242 67 0 44 0 215 143 110
Binary 1110010 11111110 10100010 110111 0 100100 0 10001101 1100011 1001000

Color Harmonies of #72FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEA2

Black with #72FEA2

Text Example


Text Example

White with #72FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FEA2; }

 p { color: rgb(114,254,162); }

 H1.HeaderClassName
 {
   color: #72FEA2;
 }
 .AnyTagClassName
 {
   color: #72FEA2;
 }
</style>

background-color css

<style>
 a { background-color: #72FEA2; }

 a { background-color: rgb(114,254,162); }

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

border-color css

<style>
 span { border-color: #72FEA2; }

 span { border-color: rgb(114,254,162); }

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