Html Css Color HEX #0EAD55 Pigment Green

📋 copy color: '#0EAD55'

red 14 ◦ green 173 ◦ blue 85

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

Shades of Pigment Green #0EAD55

Tints of Pigment Green #0EAD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 5.15%
G = 63.6%
B = 31.25%

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

#0EAD55 (or 0x0EAD55) is known color: Pigment Green. HEX triplet: 0E, AD and 55. RGB value is (14,173,85). Sum of RGB (Red+Green+Blue) = 14+173+85=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD55 is #F152AA. Grayscale: #737373. Windows color (decimal): -15815339 or 5614862. OLE color: 5614862.

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

Color convert

RGB 14 173 85 -
CMYK 0.92 0 0.51 0.32
HSL 146.79º 0.85% 0.37% -
HSV(B) 146.79º 0.92% 0.68% -
XYZ 16.76 30.64 13.62 -
YUV 115.43 110.82 55.66 -
System Red Green Blue C M Y K H S L
Decimal 14 173 85 0.92 0 0.51 0.32 146.79 0.85 0.37
Hex E AD 55 5C 0 33 20 93 55 25
Octal 16 255 125 134 0 63 40 223 125 45
Binary 1110 10101101 1010101 1011100 0 110011 100000 10010011 1010101 100101

Color Harmonies of #0EAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD55

Black with #0EAD55

Text Example


Text Example

White with #0EAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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