#8FF269

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

Shades of Pastel Green #8FF269

Tints of Pastel Green #8FF269

Color information

#8FF269 (or 0x8FF269) is unknown color: approx Pastel Green. HEX triplet: 8F, F2 and 69. RGB value is (143,242,105). Sum of RGB (Red+Green+Blue) = 143+242+105=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF269 is #700D96. Grayscale: #C5C5C5. Windows color (decimal): -7343511 or 6943375. OLE color: 6943375.

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

Color convert

RGB143242105-
CMYK0.4100.570.05
HSL103.36º84.05%68.04%-
HSV(B)103.36º56.61%94.9%-
XYZ45.6370.3624.54-
YUV196.7876.289.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=29.18%
G=49.39%
B=21.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432421050.4100.570.05103.3684.0568.04
Hex8FF269290395675444
Octal217362151510715147124104
Binary100011111111001011010011010010111001101110011110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,242,105); }

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

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

 a { background-color: rgb(143,242,105); }

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

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

 span { border-color: rgb(143,242,105); }

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