#8FF16F

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

Shades of Pastel Green #8FF16F

Tints of Pastel Green #8FF16F

Color information

#8FF16F (or 0x8FF16F) is unknown color: approx Pastel Green. HEX triplet: 8F, F1 and 6F. RGB value is (143,241,111). Sum of RGB (Red+Green+Blue) = 143+241+111=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF16F is #700E90. Grayscale: #C5C5C5. Windows color (decimal): -7343761 or 7336335. OLE color: 7336335.

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

Color convert

RGB143241111-
CMYK0.4100.540.05
HSL105.23º82.28%69.02%-
HSV(B)105.23º53.94%94.51%-
XYZ45.6569.926.12-
YUV196.8879.5389.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=28.89%
G=48.69%
B=22.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432411110.4100.540.05105.2382.2869.02
Hex8FF16F290365695245
Octal217361157510665151122105
Binary100011111111000111011111010010110110101110100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,241,111); }

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

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

 a { background-color: rgb(143,241,111); }

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

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

 span { border-color: rgb(143,241,111); }

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