#8AF36C

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

Shades of Pastel Green #8AF36C

Tints of Pastel Green #8AF36C

Color information

#8AF36C (or 0x8AF36C) is unknown color: approx Pastel Green. HEX triplet: 8A, F3 and 6C. RGB value is (138,243,108). Sum of RGB (Red+Green+Blue) = 138+243+108=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF36C is #750C93. Grayscale: #C4C4C4. Windows color (decimal): -7670932 or 7140234. OLE color: 7140234.

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

Color convert

RGB138243108-
CMYK0.4300.560.05
HSL106.67º84.91%68.82%-
HSV(B)106.67º55.56%95.29%-
XYZ45.2470.5925.43-
YUV196.2278.2186.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 243 (95.31% from 255) = 49.69%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=28.22%
G=49.69%
B=22.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382431080.4300.560.05106.6784.9168.82
Hex8AF36C2B03856b5545
Octal212363154530705153125105
Binary100010101111001111011001010110111000101110101110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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