Html Css Color HEX #0EAD54 Pigment Green

📋 copy color: '#0EAD54'

red 14 ◦ green 173 ◦ blue 84

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

Shades of Pigment Green #0EAD54

Tints of Pigment Green #0EAD54

RGB

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

 GREEN value IS 173 (67.97% from 255) = 63.84%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 5.17%
G = 63.84%
B = 31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#0EAD54 (or 0x0EAD54) is known color: Pigment Green. HEX triplet: 0E, AD and 54. RGB value is (14,173,84). Sum of RGB (Red+Green+Blue) = 14+173+84=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD54 is #F152AB. Grayscale: #737373. Windows color (decimal): -15815340 or 5549326. OLE color: 5549326.

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

Color convert

RGB 14 173 84 -
CMYK 0.92 0 0.51 0.32
HSL 146.42º 0.85% 0.37% -
HSV(B) 146.42º 0.92% 0.68% -
XYZ 16.72 30.62 13.42 -
YUV 115.31 110.32 55.74 -
System Red Green Blue C M Y K H S L
Decimal 14 173 84 0.92 0 0.51 0.32 146.42 0.85 0.37
Hex E AD 54 5C 0 33 20 92 55 25
Octal 16 255 124 134 0 63 40 222 125 45
Binary 1110 10101101 1010100 1011100 0 110011 100000 10010010 1010101 100101

Color Harmonies of #0EAD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD54

Black with #0EAD54

Text Example


Text Example

White with #0EAD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,173,84); }

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

background-color css

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

 a { background-color: rgb(14,173,84); }

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

border-color css

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

 span { border-color: rgb(14,173,84); }

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