#8AF36A

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

Shades of Pastel Green #8AF36A

Tints of Pastel Green #8AF36A

Color information

#8AF36A (or 0x8AF36A) is unknown color: approx Pastel Green. HEX triplet: 8A, F3 and 6A. RGB value is (138,243,106). Sum of RGB (Red+Green+Blue) = 138+243+106=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF36A is #750C95. Grayscale: #C4C4C4. Windows color (decimal): -7670934 or 7009162. OLE color: 7009162.

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

Color convert

RGB138243106-
CMYK0.4300.560.05
HSL105.99º85.09%68.43%-
HSV(B)105.99º56.38%95.29%-
XYZ45.1370.5524.87-
YUV195.9977.2186.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 243 (95.31% from 255) = 49.90%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=28.34%
G=49.90%
B=21.77%

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
Decimal1382431060.4300.560.05105.9985.0968.43
Hex8AF36A2B03856a5544
Octal212363152530705152125104
Binary100010101111001111010101010110111000101110101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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