#0EB22B

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

Shades of Dark Pastel Green #0EB22B

Tints of Dark Pastel Green #0EB22B

Color information

#0EB22B (or 0x0EB22B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B2 and 2B. RGB value is (14,178,43). Sum of RGB (Red+Green+Blue) = 14+178+43=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 178 (69.92% from 255 or 75.74% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB22B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB22B is #F14DD4. Grayscale: #717171. Windows color (decimal): -15814101 or 2863630. OLE color: 2863630.

HSL color Cylindrical-coordinate representation of color #0EB22B: hue angle of 130.61º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB22B is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1417843-
CMYK0.9200.760.30
HSL130.61º85.42%37.65%-
HSV(B)130.61º92.13%69.8%-
XYZ16.5432.117.61-
YUV113.5788.1756.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 178 (69.92% from 255) = 75.74%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=5.96%
G=75.74%
B=18.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178430.9200.760.30130.6185.4237.65
HexEB22B5C04C1E835526
Octal162625313401143620312546
Binary11101011001010101110111000100110011110100000111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EB22B; }

 p { color: rgb(14,178,43); }

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

<style>
 a { background-color: #0EB22B; }

 a { background-color: rgb(14,178,43); }

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

<style>
 span { border-color: #0EB22B; }

 span { border-color: rgb(14,178,43); }

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