Html Css Color HEX #0E724A Dark Spring Green

📋 copy color: '#0E724A'

red 14 ◦ green 114 ◦ blue 74

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

Shades of Dark Spring Green #0E724A

Tints of Dark Spring Green #0E724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 6.93%
G = 56.44%
B = 36.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#0E724A (or 0x0E724A) is known color: Dark Spring Green. HEX triplet: 0E, 72 and 4A. RGB value is (14,114,74). Sum of RGB (Red+Green+Blue) = 14+114+74=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #0E724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E724A is #F18DB5. Grayscale: #4F4F4F. Windows color (decimal): -15830454 or 4878862. OLE color: 4878862.

HSL color Cylindrical-coordinate representation of color #0E724A: hue angle of 156º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E724A is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 114 74 -
CMYK 0.88 0 0.35 0.55
HSL 156º 0.78% 0.25% -
HSV(B) 156º 0.88% 0.45% -
XYZ 7.43 12.62 8.52 -
YUV 79.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 14 114 74 0.88 0 0.35 0.55 156 0.78 0.25
Hex E 72 4A 58 0 23 37 9C 4E 19
Octal 16 162 112 130 0 43 67 234 116 31
Binary 1110 1110010 1001010 1011000 0 100011 110111 10011100 1001110 11001

Color Harmonies of #0E724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E724A

Black with #0E724A

Text Example


Text Example

White with #0E724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,74); }

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

background-color css

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

 a { background-color: rgb(14,114,74); }

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

border-color css

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

 span { border-color: rgb(14,114,74); }

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