#8CF06B

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

Shades of Pastel Green #8CF06B

Tints of Pastel Green #8CF06B

Color information

#8CF06B (or 0x8CF06B) is unknown color: approx Pastel Green. HEX triplet: 8C, F0 and 6B. RGB value is (140,240,107). Sum of RGB (Red+Green+Blue) = 140+240+107=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF06B is #730F94. Grayscale: #C3C3C3. Windows color (decimal): -7540629 or 7073932. OLE color: 7073932.

HSL color Cylindrical-coordinate representation of color #8CF06B: hue angle of 105.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CF06B is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB140240107-
CMYK0.4200.550.06
HSL105.11º81.6%68.04%-
HSV(B)105.11º55.42%94.12%-
XYZ44.6368.9624.87-
YUV194.9478.3788.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=28.75%
G=49.28%
B=21.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402401070.4200.550.06105.1181.668.04
Hex8CF06B2A0376695244
Octal214360153520676151122104
Binary100011001111000011010111010100110111110110100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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