Html Css Color HEX #0E8A33 Dark Spring Green

📋 copy color: '#0E8A33'

red 14 ◦ green 138 ◦ blue 51

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

Shades of Dark Spring Green #0E8A33

Tints of Dark Spring Green #0E8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.98%

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 6.9%
G = 67.98%
B = 25.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#0E8A33 (or 0x0E8A33) is known color: Dark Spring Green. HEX triplet: 0E, 8A and 33. RGB value is (14,138,51). Sum of RGB (Red+Green+Blue) = 14+138+51=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8A33 is #F175CC. Grayscale: #5B5B5B. Windows color (decimal): -15824333 or 3377678. OLE color: 3377678.

HSL color Cylindrical-coordinate representation of color #0E8A33: hue angle of 137.9º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8A33 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 138 51 -
CMYK 0.90 0 0.63 0.46
HSL 137.9º 0.82% 0.3% -
HSV(B) 137.9º 0.9% 0.54% -
XYZ 9.87 18.51 6.18 -
YUV 91.01 105.42 73.07 -
System Red Green Blue C M Y K H S L
Decimal 14 138 51 0.90 0 0.63 0.46 137.9 0.82 0.3
Hex E 8A 33 5A 0 3F 2E 8A 52 1E
Octal 16 212 63 132 0 77 56 212 122 36
Binary 1110 10001010 110011 1011010 0 111111 101110 10001010 1010010 11110

Color Harmonies of #0E8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8A33

Black with #0E8A33

Text Example


Text Example

White with #0E8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,138,51); }

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

background-color css

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

 a { background-color: rgb(14,138,51); }

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

border-color css

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

 span { border-color: rgb(14,138,51); }

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