#8CF96A

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

Shades of Pastel Green #8CF96A

Tints of Pastel Green #8CF96A

Color information

#8CF96A (or 0x8CF96A) is unknown color: approx Pastel Green. HEX triplet: 8C, F9 and 6A. RGB value is (140,249,106). Sum of RGB (Red+Green+Blue) = 140+249+106=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF96A is #730695. Grayscale: #C8C8C8. Windows color (decimal): -7538326 or 7010700. OLE color: 7010700.

HSL color Cylindrical-coordinate representation of color #8CF96A: hue angle of 105.73º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF96A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB140249106-
CMYK0.4400.570.02
HSL105.73º92.26%69.61%-
HSV(B)105.73º57.43%97.65%-
XYZ47.2974.3725.5-
YUV200.1174.8985.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 249 (97.66% from 255) = 50.30%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=28.28%
G=50.30%
B=21.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402491060.4400.570.02105.7392.2669.61
Hex8CF96A2C03926a5c46
Octal214371152540712152134106
Binary10001100111110011101010101100011100110110101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,106); }

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

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

 a { background-color: rgb(140,249,106); }

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

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

 span { border-color: rgb(140,249,106); }

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