#8FF070

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

Shades of Pastel Green #8FF070

Tints of Pastel Green #8FF070

Color information

#8FF070 (or 0x8FF070) is unknown color: approx Pastel Green. HEX triplet: 8F, F0 and 70. RGB value is (143,240,112). Sum of RGB (Red+Green+Blue) = 143+240+112=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF070 is #700F8F. Grayscale: #C4C4C4. Windows color (decimal): -7344016 or 7401615. OLE color: 7401615.

HSL color Cylindrical-coordinate representation of color #8FF070: hue angle of 105.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FF070 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB143240112-
CMYK0.4000.530.06
HSL105.47º81.01%69.02%-
HSV(B)105.47º53.33%94.12%-
XYZ45.4169.3326.32-
YUV196.480.3689.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=28.89%
G=48.48%
B=22.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432401120.4000.530.06105.4781.0169.02
Hex8FF070280356695145
Octal217360160500656151121105
Binary100011111111000011100001010000110101110110100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,240,112); }

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

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

 a { background-color: rgb(143,240,112); }

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

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

 span { border-color: rgb(143,240,112); }

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