#8AEE6B

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

Shades of Pastel Green #8AEE6B

Tints of Pastel Green #8AEE6B

Color information

#8AEE6B (or 0x8AEE6B) is unknown color: approx Pastel Green. HEX triplet: 8A, EE and 6B. RGB value is (138,238,107). Sum of RGB (Red+Green+Blue) = 138+238+107=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEE6B is #751194. Grayscale: #C1C1C1. Windows color (decimal): -7672213 or 7073418. OLE color: 7073418.

HSL color Cylindrical-coordinate representation of color #8AEE6B: hue angle of 105.8º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AEE6B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB138238107-
CMYK0.4200.550.07
HSL105.8º79.39%67.65%-
HSV(B)105.8º55.04%93.33%-
XYZ43.7167.6124.66-
YUV193.1779.3788.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=28.57%
G=49.28%
B=22.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382381070.4200.550.07105.879.3967.65
Hex8AEE6B2A03776a4f44
Octal212356153520677152117104
Binary100010101110111011010111010100110111111110101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,107); }

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

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

 a { background-color: rgb(138,238,107); }

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

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

 span { border-color: rgb(138,238,107); }

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