#8BE070

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

Shades of Pastel Green #8BE070

Tints of Pastel Green #8BE070

Color information

#8BE070 (or 0x8BE070) is unknown color: approx Pastel Green. HEX triplet: 8B, E0 and 70. RGB value is (139,224,112). Sum of RGB (Red+Green+Blue) = 139+224+112=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE070 is #741F8F. Grayscale: #BABABA. Windows color (decimal): -7610256 or 7397515. OLE color: 7397515.

HSL color Cylindrical-coordinate representation of color #8BE070: hue angle of 105.54º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BE070 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB139224112-
CMYK0.3800.500.12
HSL105.54º64.37%65.88%-
HSV(B)105.54º50%87.84%-
XYZ40.2359.9724.78-
YUV185.8286.3494.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=29.26%
G=47.16%
B=23.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392241120.3800.500.12105.5464.3765.88
Hex8BE07026032C6a4042
Octal2133401604606214152100102
Binary1000101111100000111000010011001100101100110101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,224,112); }

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

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

 a { background-color: rgb(139,224,112); }

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

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

 span { border-color: rgb(139,224,112); }

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