#8AF36E

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

Shades of Pastel Green #8AF36E

Tints of Pastel Green #8AF36E

Color information

#8AF36E (or 0x8AF36E) is unknown color: approx Pastel Green. HEX triplet: 8A, F3 and 6E. RGB value is (138,243,110). Sum of RGB (Red+Green+Blue) = 138+243+110=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF36E is #750C91. Grayscale: #C4C4C4. Windows color (decimal): -7670930 or 7271306. OLE color: 7271306.

HSL color Cylindrical-coordinate representation of color #8AF36E: hue angle of 107.37º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AF36E is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB138243110-
CMYK0.4300.550.05
HSL107.37º84.71%69.22%-
HSV(B)107.37º54.73%95.29%-
XYZ45.3570.6325.99-
YUV196.4479.2186.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=28.11%
G=49.49%
B=22.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382431100.4300.550.05107.3784.7169.22
Hex8AF36E2B03756b5545
Octal212363156530675153125105
Binary100010101111001111011101010110110111101110101110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,243,110); }

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

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

 a { background-color: rgb(138,243,110); }

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

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

 span { border-color: rgb(138,243,110); }

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