Html Css Color HEX #0EA13C Pigment Green

📋 copy color: '#0EA13C'

red 14 ◦ green 161 ◦ blue 60

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

Shades of Pigment Green #0EA13C

Tints of Pigment Green #0EA13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 68.51%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 5.96%
G = 68.51%
B = 25.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#0EA13C (or 0x0EA13C) is known color: Pigment Green. HEX triplet: 0E, A1 and 3C. RGB value is (14,161,60). Sum of RGB (Red+Green+Blue) = 14+161+60=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA13C is #F15EC3. Grayscale: #696969. Windows color (decimal): -15818436 or 3973390. OLE color: 3973390.

HSL color Cylindrical-coordinate representation of color #0EA13C: hue angle of 138.78º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA13C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 161 60 -
CMYK 0.91 0 0.63 0.37
HSL 138.78º 0.84% 0.34% -
HSV(B) 138.78º 0.91% 0.63% -
XYZ 13.74 25.91 8.55 -
YUV 105.53 102.3 62.71 -
System Red Green Blue C M Y K H S L
Decimal 14 161 60 0.91 0 0.63 0.37 138.78 0.84 0.34
Hex E A1 3C 5B 0 3F 25 8B 54 22
Octal 16 241 74 133 0 77 45 213 124 42
Binary 1110 10100001 111100 1011011 0 111111 100101 10001011 1010100 100010

Color Harmonies of #0EA13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA13C

Black with #0EA13C

Text Example


Text Example

White with #0EA13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,161,60); }

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

background-color css

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

 a { background-color: rgb(14,161,60); }

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

border-color css

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

 span { border-color: rgb(14,161,60); }

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