#8AE071

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

Shades of Pastel Green #8AE071

Tints of Pastel Green #8AE071

Color information

#8AE071 (or 0x8AE071) is unknown color: approx Pastel Green. HEX triplet: 8A, E0 and 71. RGB value is (138,224,113). Sum of RGB (Red+Green+Blue) = 138+224+113=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE071 is #751F8E. Grayscale: #B9B9B9. Windows color (decimal): -7675791 or 7463050. OLE color: 7463050.

HSL color Cylindrical-coordinate representation of color #8AE071: hue angle of 106.49º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AE071 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB138224113-
CMYK0.3800.500.12
HSL106.49º64.16%66.08%-
HSV(B)106.49º49.55%87.84%-
XYZ40.1259.9125.07-
YUV185.6387.0194.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=29.05%
G=47.16%
B=23.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241130.3800.500.12106.4964.1666.08
Hex8AE07126032C6a4042
Octal2123401614606214152100102
Binary1000101011100000111000110011001100101100110101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,224,113); }

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

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

 a { background-color: rgb(138,224,113); }

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

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

 span { border-color: rgb(138,224,113); }

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