Html Css Color HEX #0EAE23 Dark Pastel Green

📋 copy color: '#0EAE23'

red 14 ◦ green 174 ◦ blue 35

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

Shades of Dark Pastel Green #0EAE23

Tints of Dark Pastel Green #0EAE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.7%

R = 6.28%
G = 78.03%
B = 15.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#0EAE23 (or 0x0EAE23) is known color: Dark Pastel Green. HEX triplet: 0E, AE and 23. RGB value is (14,174,35). Sum of RGB (Red+Green+Blue) = 14+174+35=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAE23 is #F151DC. Grayscale: #6E6E6E. Windows color (decimal): -15815133 or 2338318. OLE color: 2338318.

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

Color convert

RGB 14 174 35 -
CMYK 0.92 0 0.80 0.32
HSL 127.88º 0.85% 0.37% -
HSV(B) 127.88º 0.92% 0.68% -
XYZ 15.62 30.49 6.65 -
YUV 110.31 85.49 59.3 -
System Red Green Blue C M Y K H S L
Decimal 14 174 35 0.92 0 0.80 0.32 127.88 0.85 0.37
Hex E AE 23 5C 0 50 20 80 55 25
Octal 16 256 43 134 0 120 40 200 125 45
Binary 1110 10101110 100011 1011100 0 1010000 100000 10000000 1010101 100101

Color Harmonies of #0EAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE23

Black with #0EAE23

Text Example


Text Example

White with #0EAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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