#72D06A

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

Shades of Pastel Green #72D06A

Tints of Pastel Green #72D06A

Color information

#72D06A (or 0x72D06A) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 6A. RGB value is (114,208,106). Sum of RGB (Red+Green+Blue) = 114+208+106=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #72D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D06A is #8D2F95. Grayscale: #A8A8A8. Windows color (decimal): -9252758 or 7000178. OLE color: 7000178.

HSL color Cylindrical-coordinate representation of color #72D06A: hue angle of 115.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72D06A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB114208106-
CMYK0.4500.490.18
HSL115.29º52.04%61.57%-
HSV(B)115.29º49.04%81.57%-
XYZ32.149.7321.54-
YUV168.2792.8689.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 208 (81.64% from 255) = 48.60%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=26.64%
G=48.60%
B=24.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081060.4500.490.18115.2952.0461.57
Hex72D06A2D0311273343e
Octal16232015255061221636476
Binary11100101101000011010101011010110001100101110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,106); }

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

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

 a { background-color: rgb(114,208,106); }

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

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

 span { border-color: rgb(114,208,106); }

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