Html Css Color HEX #72FFA2 Light Green

📋 copy color: '#72FFA2'

red 114 ◦ green 255 ◦ blue 162

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

Shades of Light Green #72FFA2

Tints of Light Green #72FFA2

RGB

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

 GREEN value IS 255 (100% from 255) = 48.02%

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

R = 21.47%
G = 48.02%
B = 30.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#72FFA2 (or 0x72FFA2) is known color: Light Green. HEX triplet: 72, FF and A2. RGB value is (114,255,162). Sum of RGB (Red+Green+Blue) = 114+255+162=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFA2 is #8D005D. Grayscale: #CACACA. Windows color (decimal): -9240670 or 10682226. OLE color: 10682226.

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

Color convert

RGB 114 255 162 -
CMYK 0.55 0 0.36 0
HSL 140.43º 1% 0.72% -
HSV(B) 140.43º 0.55% 1% -
XYZ 49.22 77.71 46.59 -
YUV 202.24 105.29 65.06 -
System Red Green Blue C M Y K H S L
Decimal 114 255 162 0.55 0 0.36 0 140.43 1 0.72
Hex 72 FF A2 37 0 24 0 8C 64 48
Octal 162 377 242 67 0 44 0 214 144 110
Binary 1110010 11111111 10100010 110111 0 100100 0 10001100 1100100 1001000

Color Harmonies of #72FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFA2

Black with #72FFA2

Text Example


Text Example

White with #72FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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