#8FF26B

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

Shades of Pastel Green #8FF26B

Tints of Pastel Green #8FF26B

Color information

#8FF26B (or 0x8FF26B) is unknown color: approx Pastel Green. HEX triplet: 8F, F2 and 6B. RGB value is (143,242,107). Sum of RGB (Red+Green+Blue) = 143+242+107=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF26B is #700D94. Grayscale: #C5C5C5. Windows color (decimal): -7343509 or 7074447. OLE color: 7074447.

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

Color convert

RGB143242107-
CMYK0.4100.560.05
HSL104º83.85%68.43%-
HSV(B)104º55.79%94.9%-
XYZ45.7370.4125.09-
YUV197.0177.289.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 242 (94.92% from 255) = 49.19%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=29.07%
G=49.19%
B=21.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432421070.4100.560.0510483.8568.43
Hex8FF26B290385685444
Octal217362153510705150124104
Binary100011111111001011010111010010111000101110100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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