Html Css Color HEX #0EA435 Dark Pastel Green

📋 copy color: '#0EA435'

red 14 ◦ green 164 ◦ blue 53

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

Shades of Dark Pastel Green #0EA435

Tints of Dark Pastel Green #0EA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71%

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 6.06%
G = 71%
B = 22.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#0EA435 (or 0x0EA435) is known color: Dark Pastel Green. HEX triplet: 0E, A4 and 35. RGB value is (14,164,53). Sum of RGB (Red+Green+Blue) = 14+164+53=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA435 is #F15BCA. Grayscale: #6A6A6A. Windows color (decimal): -15817675 or 3515406. OLE color: 3515406.

HSL color Cylindrical-coordinate representation of color #0EA435: hue angle of 135.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA435 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 53 -
CMYK 0.91 0 0.68 0.36
HSL 135.6º 0.84% 0.35% -
HSV(B) 135.6º 0.91% 0.64% -
XYZ 14.1 26.9 7.82 -
YUV 106.5 97.81 62.03 -
System Red Green Blue C M Y K H S L
Decimal 14 164 53 0.91 0 0.68 0.36 135.6 0.84 0.35
Hex E A4 35 5B 0 44 24 88 54 23
Octal 16 244 65 133 0 104 44 210 124 43
Binary 1110 10100100 110101 1011011 0 1000100 100100 10001000 1010100 100011

Color Harmonies of #0EA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA435

Black with #0EA435

Text Example


Text Example

White with #0EA435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,164,53); }

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

background-color css

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

 a { background-color: rgb(14,164,53); }

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

border-color css

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

 span { border-color: rgb(14,164,53); }

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