Html Css Color HEX #0EA64A Pigment Green

📋 copy color: '#0EA64A'

red 14 ◦ green 166 ◦ blue 74

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

Shades of Pigment Green #0EA64A

Tints of Pigment Green #0EA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 65.35%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 5.51%
G = 65.35%
B = 29.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#0EA64A (or 0x0EA64A) is known color: Pigment Green. HEX triplet: 0E, A6 and 4A. RGB value is (14,166,74). Sum of RGB (Red+Green+Blue) = 14+166+74=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 166 (65.23% from 255 or 65.35% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA64A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA64A is #F159B5. Grayscale: #6E6E6E. Windows color (decimal): -15817142 or 4892174. OLE color: 4892174.

HSL color Cylindrical-coordinate representation of color #0EA64A: hue angle of 143.68º degrees, saturation: 0.84, 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 #0EA64A is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 74 -
CMYK 0.92 0 0.55 0.35
HSL 143.68º 0.84% 0.35% -
HSV(B) 143.68º 0.92% 0.65% -
XYZ 15.05 27.86 11.06 -
YUV 110.06 107.64 59.48 -
System Red Green Blue C M Y K H S L
Decimal 14 166 74 0.92 0 0.55 0.35 143.68 0.84 0.35
Hex E A6 4A 5C 0 37 23 90 54 23
Octal 16 246 112 134 0 67 43 220 124 43
Binary 1110 10100110 1001010 1011100 0 110111 100011 10010000 1010100 100011

Color Harmonies of #0EA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA64A

Black with #0EA64A

Text Example


Text Example

White with #0EA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,74); }

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

background-color css

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

 a { background-color: rgb(14,166,74); }

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

border-color css

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

 span { border-color: rgb(14,166,74); }

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