Html Css Color HEX #0EAE3E Dark Pastel Green

📋 copy color: '#0EAE3E'

red 14 ◦ green 174 ◦ blue 62

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

Shades of Dark Pastel Green #0EAE3E

Tints of Dark Pastel Green #0EAE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.6%

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

R = 5.6%
G = 69.6%
B = 24.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#0EAE3E (or 0x0EAE3E) is known color: Dark Pastel Green. HEX triplet: 0E, AE and 3E. RGB value is (14,174,62). Sum of RGB (Red+Green+Blue) = 14+174+62=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAE3E is #F151C1. Grayscale: #717171. Windows color (decimal): -15815106 or 4107790. OLE color: 4107790.

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

Color convert

RGB 14 174 62 -
CMYK 0.92 0 0.64 0.32
HSL 138º 0.85% 0.37% -
HSV(B) 138º 0.92% 0.68% -
XYZ 16.19 30.71 9.63 -
YUV 113.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 14 174 62 0.92 0 0.64 0.32 138 0.85 0.37
Hex E AE 3E 5C 0 40 20 8A 55 25
Octal 16 256 76 134 0 100 40 212 125 45
Binary 1110 10101110 111110 1011100 0 1000000 100000 10001010 1010101 100101

Color Harmonies of #0EAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE3E

Black with #0EAE3E

Text Example


Text Example

White with #0EAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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