Html Css Color HEX #0EAB2C Dark Pastel Green

📋 copy color: '#0EAB2C'

red 14 ◦ green 171 ◦ blue 44

#0EAB2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EAB2C

Tints of Dark Pastel Green #0EAB2C

RGB

 RED value IS 14 (5.86% from 255) = 6.11%

 GREEN value IS 171 (67.19% from 255) = 74.67%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 6.11%
G = 74.67%
B = 19.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#0EAB2C (or 0x0EAB2C) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 2C. RGB value is (14,171,44). Sum of RGB (Red+Green+Blue) = 14+171+44=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB2C is #F154D3. Grayscale: #6D6D6D. Windows color (decimal): -15815892 or 2927374. OLE color: 2927374.

HSL color Cylindrical-coordinate representation of color #0EAB2C: hue angle of 131.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB2C is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 44 -
CMYK 0.92 0 0.74 0.33
HSL 131.47º 0.85% 0.36% -
HSV(B) 131.47º 0.92% 0.67% -
XYZ 15.2 29.4 7.26 -
YUV 109.58 90.99 59.83 -
System Red Green Blue C M Y K H S L
Decimal 14 171 44 0.92 0 0.74 0.33 131.47 0.85 0.36
Hex E AB 2C 5C 0 4A 21 83 55 24
Octal 16 253 54 134 0 112 41 203 125 44
Binary 1110 10101011 101100 1011100 0 1001010 100001 10000011 1010101 100100

Color Harmonies of #0EAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB2C

Black with #0EAB2C

Text Example


Text Example

White with #0EAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,44); }

 H1.HeaderClassName
 {
   color: #0EAB2C;
 }
 .AnyTagClassName
 {
   color: #0EAB2C;
 }
</style>

background-color css

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

 a { background-color: rgb(14,171,44); }

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

border-color css

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

 span { border-color: rgb(14,171,44); }

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