Html Css Color HEX #0E9243 Pigment Green

📋 copy color: '#0E9243'

red 14 ◦ green 146 ◦ blue 67

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

Shades of Pigment Green #0E9243

Tints of Pigment Green #0E9243

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.32%

 BLUE value IS 67 (26.56% from 255) = 29.52%

R = 6.17%
G = 64.32%
B = 29.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#0E9243 (or 0x0E9243) is known color: Pigment Green. HEX triplet: 0E, 92 and 43. RGB value is (14,146,67). Sum of RGB (Red+Green+Blue) = 14+146+67=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9243 is #F16DBC. Grayscale: #616161. Windows color (decimal): -15822269 or 4428302. OLE color: 4428302.

HSL color Cylindrical-coordinate representation of color #0E9243: hue angle of 144.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9243 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 67 -
CMYK 0.90 0 0.54 0.43
HSL 144.09º 0.83% 0.31% -
HSV(B) 144.09º 0.9% 0.57% -
XYZ 11.47 21.06 8.77 -
YUV 97.53 110.77 68.42 -
System Red Green Blue C M Y K H S L
Decimal 14 146 67 0.90 0 0.54 0.43 144.09 0.83 0.31
Hex E 92 43 5A 0 36 2B 90 52 1F
Octal 16 222 103 132 0 66 53 220 122 37
Binary 1110 10010010 1000011 1011010 0 110110 101011 10010000 1010010 11111

Color Harmonies of #0E9243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9243

Black with #0E9243

Text Example


Text Example

White with #0E9243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,67); }

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

background-color css

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

 a { background-color: rgb(14,146,67); }

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

border-color css

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

 span { border-color: rgb(14,146,67); }

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