Html Css Color HEX #0E9436 Pigment Green

📋 copy color: '#0E9436'

red 14 ◦ green 148 ◦ blue 54

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

Shades of Pigment Green #0E9436

Tints of Pigment Green #0E9436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 68.52%

 BLUE value IS 54 (21.48% from 255) = 25%

R = 6.48%
G = 68.52%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#0E9436 (or 0x0E9436) is known color: Pigment Green. HEX triplet: 0E, 94 and 36. RGB value is (14,148,54). Sum of RGB (Red+Green+Blue) = 14+148+54=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9436 is #F16BC9. Grayscale: #616161. Windows color (decimal): -15821770 or 3576846. OLE color: 3576846.

HSL color Cylindrical-coordinate representation of color #0E9436: hue angle of 137.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9436 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 54 -
CMYK 0.91 0 0.64 0.42
HSL 137.91º 0.83% 0.32% -
HSV(B) 137.91º 0.91% 0.58% -
XYZ 11.44 21.54 7.04 -
YUV 97.22 103.61 68.64 -
System Red Green Blue C M Y K H S L
Decimal 14 148 54 0.91 0 0.64 0.42 137.91 0.83 0.32
Hex E 94 36 5B 0 40 2A 8A 53 20
Octal 16 224 66 133 0 100 52 212 123 40
Binary 1110 10010100 110110 1011011 0 1000000 101010 10001010 1010011 100000

Color Harmonies of #0E9436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9436

Black with #0E9436

Text Example


Text Example

White with #0E9436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,54); }

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

background-color css

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

 a { background-color: rgb(14,148,54); }

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

border-color css

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

 span { border-color: rgb(14,148,54); }

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