Html Css Color HEX #0EA74D Pigment Green

📋 copy color: '#0EA74D'

red 14 ◦ green 167 ◦ blue 77

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

Shades of Pigment Green #0EA74D

Tints of Pigment Green #0EA74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 64.73%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 5.43%
G = 64.73%
B = 29.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0EA74D (or 0x0EA74D) is known color: Pigment Green. HEX triplet: 0E, A7 and 4D. RGB value is (14,167,77). Sum of RGB (Red+Green+Blue) = 14+167+77=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA74D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA74D is #F158B2. Grayscale: #6F6F6F. Windows color (decimal): -15816883 or 5089038. OLE color: 5089038.

HSL color Cylindrical-coordinate representation of color #0EA74D: hue angle of 144.71º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA74D is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 167 77 -
CMYK 0.92 0 0.54 0.35
HSL 144.71º 0.85% 0.35% -
HSV(B) 144.71º 0.92% 0.65% -
XYZ 15.34 28.27 11.67 -
YUV 110.99 108.81 58.82 -
System Red Green Blue C M Y K H S L
Decimal 14 167 77 0.92 0 0.54 0.35 144.71 0.85 0.35
Hex E A7 4D 5C 0 36 23 91 55 23
Octal 16 247 115 134 0 66 43 221 125 43
Binary 1110 10100111 1001101 1011100 0 110110 100011 10010001 1010101 100011

Color Harmonies of #0EA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA74D

Black with #0EA74D

Text Example


Text Example

White with #0EA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,167,77); }

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

background-color css

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

 a { background-color: rgb(14,167,77); }

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

border-color css

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

 span { border-color: rgb(14,167,77); }

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