#0EA632

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

Shades of Dark Pastel Green #0EA632

Tints of Dark Pastel Green #0EA632

Color information

#0EA632 (or 0x0EA632) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, A6 and 32. RGB value is (14,166,50). Sum of RGB (Red+Green+Blue) = 14+166+50=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 166 (65.23% from 255 or 72.17% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA632 is #F159CD. Grayscale: #6B6B6B. Windows color (decimal): -15817166 or 3319310. OLE color: 3319310.

HSL color Cylindrical-coordinate representation of color #0EA632: hue angle of 134.21º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA632 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1416650-
CMYK0.9200.700.35
HSL134.21º84.44%35.29%-
HSV(B)134.21º91.57%65.1%-
XYZ14.3927.67.59-
YUV107.3395.6461.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 166 (65.23% from 255) = 72.17%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=6.09%
G=72.17%
B=21.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14166500.9200.700.35134.2184.4435.29
HexEA6325C04623865423
Octal162466213401064320612443
Binary111010100110110010101110001000110100011100001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,166,50); }

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

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

 a { background-color: rgb(14,166,50); }

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

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

 span { border-color: rgb(14,166,50); }

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