#72F18A

Color #72F18A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72F18A

Tints of Pastel Green #72F18A

Color information

#72F18A (or 0x72F18A) is unknown color: approx Pastel Green. HEX triplet: 72, F1 and 8A. RGB value is (114,241,138). Sum of RGB (Red+Green+Blue) = 114+241+138=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #72F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F18A is #8D0E75. Grayscale: #BFBFBF. Windows color (decimal): -9244278 or 9105778. OLE color: 9105778.

HSL color Cylindrical-coordinate representation of color #72F18A: hue angle of 131.34º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F18A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB114241138-
CMYK0.5300.430.05
HSL131.34º81.94%69.61%-
HSV(B)131.34º52.7%94.51%-
XYZ42.9868.3234.97-
YUV191.2897.9272.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=23.12%
G=48.88%
B=27.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411380.5300.430.05131.3481.9469.61
Hex72F18A3502B5835246
Octal162361212650535203122106
Binary1110010111100011000101011010101010111011000001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,138); }

 H1.HeaderClassName
 {
   color: #72F18A;
 }
 .AnyTagClassName
 {
   color: #72F18A;
 }
</style>
background-color css

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

 a { background-color: rgb(114,241,138); }

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

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

 span { border-color: rgb(114,241,138); }

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