Html Css Color HEX #0EAF2C Dark Pastel Green

📋 copy color: '#0EAF2C'

red 14 ◦ green 175 ◦ blue 44

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

Shades of Dark Pastel Green #0EAF2C

Tints of Dark Pastel Green #0EAF2C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.11%

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

R = 6.01%
G = 75.11%
B = 18.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#0EAF2C (or 0x0EAF2C) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 2C. RGB value is (14,175,44). Sum of RGB (Red+Green+Blue) = 14+175+44=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF2C is #F150D3. Grayscale: #707070. Windows color (decimal): -15814868 or 2928398. OLE color: 2928398.

HSL color Cylindrical-coordinate representation of color #0EAF2C: hue angle of 131.18º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF2C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 175 44 -
CMYK 0.92 0 0.75 0.31
HSL 131.18º 0.85% 0.37% -
HSV(B) 131.18º 0.92% 0.69% -
XYZ 15.97 30.94 7.51 -
YUV 111.93 89.66 58.15 -
System Red Green Blue C M Y K H S L
Decimal 14 175 44 0.92 0 0.75 0.31 131.18 0.85 0.37
Hex E AF 2C 5C 0 4B 1F 83 55 25
Octal 16 257 54 134 0 113 37 203 125 45
Binary 1110 10101111 101100 1011100 0 1001011 11111 10000011 1010101 100101

Color Harmonies of #0EAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF2C

Black with #0EAF2C

Text Example


Text Example

White with #0EAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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