Html Css Color HEX #0EAF3E Dark Pastel Green

📋 copy color: '#0EAF3E'

red 14 ◦ green 175 ◦ blue 62

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

Shades of Dark Pastel Green #0EAF3E

Tints of Dark Pastel Green #0EAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 5.58%
G = 69.72%
B = 24.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#0EAF3E (or 0x0EAF3E) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 3E. RGB value is (14,175,62). Sum of RGB (Red+Green+Blue) = 14+175+62=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF3E is #F150C1. Grayscale: #727272. Windows color (decimal): -15814850 or 4108046. OLE color: 4108046.

HSL color Cylindrical-coordinate representation of color #0EAF3E: hue angle of 137.89º 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 #0EAF3E is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 175 62 -
CMYK 0.92 0 0.65 0.31
HSL 137.89º 0.85% 0.37% -
HSV(B) 137.89º 0.92% 0.69% -
XYZ 16.38 31.1 9.7 -
YUV 113.98 98.66 56.69 -
System Red Green Blue C M Y K H S L
Decimal 14 175 62 0.92 0 0.65 0.31 137.89 0.85 0.37
Hex E AF 3E 5C 0 41 1F 8A 55 25
Octal 16 257 76 134 0 101 37 212 125 45
Binary 1110 10101111 111110 1011100 0 1000001 11111 10001010 1010101 100101

Color Harmonies of #0EAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF3E

Black with #0EAF3E

Text Example


Text Example

White with #0EAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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