#0ECA22

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

Shades of Dark Pastel Green #0ECA22

Tints of Dark Pastel Green #0ECA22

Color information

#0ECA22 (or 0x0ECA22) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, CA and 22. RGB value is (14,202,34). Sum of RGB (Red+Green+Blue) = 14+202+34=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECA22 is #F135DD. Grayscale: #7F7F7F. Windows color (decimal): -15807966 or 2279950. OLE color: 2279950.

HSL color Cylindrical-coordinate representation of color #0ECA22: hue angle of 126.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA22 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB1420234-
CMYK0.9300.830.21
HSL126.38º87.04%42.35%-
HSV(B)126.38º93.07%79.22%-
XYZ21.5942.458.57-
YUV126.6475.7247.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 202 (79.30% from 255) = 80.8%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=5.6%
G=80.8%
B=13.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14202340.9300.830.21126.3887.0442.35
HexECA225D053157e572a
Octal163124213501232517612752
Binary1110110010101000101011101010100111010111111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,34); }

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

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

 a { background-color: rgb(14,202,34); }

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

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

 span { border-color: rgb(14,202,34); }

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