#8AE272

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

Shades of Pastel Green #8AE272

Tints of Pastel Green #8AE272

Color information

#8AE272 (or 0x8AE272) is unknown color: approx Pastel Green. HEX triplet: 8A, E2 and 72. RGB value is (138,226,114). Sum of RGB (Red+Green+Blue) = 138+226+114=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE272 is #751D8D. Grayscale: #BBBBBB. Windows color (decimal): -7675278 or 7529098. OLE color: 7529098.

HSL color Cylindrical-coordinate representation of color #8AE272: hue angle of 107.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AE272 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB138226114-
CMYK0.3900.500.11
HSL107.14º65.88%66.67%-
HSV(B)107.14º49.56%88.63%-
XYZ40.7161.0125.55-
YUV186.9286.8593.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 226 (88.67% from 255) = 47.28%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=28.87%
G=47.28%
B=23.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382261140.3900.500.11107.1465.8866.67
Hex8AE27227032B6b4243
Octal2123421624706213153102103
Binary1000101011100010111001010011101100101011110101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE272; }

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

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

<style>
 a { background-color: #8AE272; }

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

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

<style>
 span { border-color: #8AE272; }

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

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