#8CF26B

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

Shades of Pastel Green #8CF26B

Tints of Pastel Green #8CF26B

Color information

#8CF26B (or 0x8CF26B) is unknown color: approx Pastel Green. HEX triplet: 8C, F2 and 6B. RGB value is (140,242,107). Sum of RGB (Red+Green+Blue) = 140+242+107=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF26B is #730D94. Grayscale: #C4C4C4. Windows color (decimal): -7540117 or 7074444. OLE color: 7074444.

HSL color Cylindrical-coordinate representation of color #8CF26B: hue angle of 105.33º 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 #8CF26B is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB140242107-
CMYK0.4200.560.05
HSL105.33º83.85%68.43%-
HSV(B)105.33º55.79%94.9%-
XYZ45.2270.1425.07-
YUV196.1177.7187.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=28.63%
G=49.49%
B=21.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402421070.4200.560.05105.3383.8568.43
Hex8CF26B2A0385695444
Octal214362153520705151124104
Binary100011001111001011010111010100111000101110100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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