#8AF566

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

Shades of Pastel Green #8AF566

Tints of Pastel Green #8AF566

Color information

#8AF566 (or 0x8AF566) is unknown color: approx Pastel Green. HEX triplet: 8A, F5 and 66. RGB value is (138,245,102). Sum of RGB (Red+Green+Blue) = 138+245+102=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF566 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF566 is #750A99. Grayscale: #C5C5C5. Windows color (decimal): -7670426 or 6747530. OLE color: 6747530.

HSL color Cylindrical-coordinate representation of color #8AF566: hue angle of 104.9º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF566 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB138245102-
CMYK0.4400.580.04
HSL104.9º87.73%68.04%-
HSV(B)104.9º58.37%96.08%-
XYZ45.5371.6724-
YUV196.774.5586.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 245 (96.09% from 255) = 50.52%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=28.45%
G=50.52%
B=21.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382451020.4400.580.04104.987.7368.04
Hex8AF5662C03A4695844
Octal212365146540724151130104
Binary100010101111010111001101011000111010100110100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,102); }

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

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

 a { background-color: rgb(138,245,102); }

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

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

 span { border-color: rgb(138,245,102); }

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