Html Css Color HEX #0E9B3F Pigment Green

📋 copy color: '#0E9B3F'

red 14 ◦ green 155 ◦ blue 63

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

Shades of Pigment Green #0E9B3F

Tints of Pigment Green #0E9B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 66.81%

 BLUE value IS 63 (25% from 255) = 27.16%

R = 6.03%
G = 66.81%
B = 27.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#0E9B3F (or 0x0E9B3F) is known color: Pigment Green. HEX triplet: 0E, 9B and 3F. RGB value is (14,155,63). Sum of RGB (Red+Green+Blue) = 14+155+63=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 155 (60.94% from 255 or 66.81% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B3F is #F164C0. Grayscale: #666666. Windows color (decimal): -15819969 or 4168462. OLE color: 4168462.

HSL color Cylindrical-coordinate representation of color #0E9B3F: hue angle of 140.85º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B3F is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 155 63 -
CMYK 0.91 0 0.59 0.39
HSL 140.85º 0.83% 0.33% -
HSV(B) 140.85º 0.91% 0.61% -
XYZ 12.8 23.89 8.64 -
YUV 102.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 14 155 63 0.91 0 0.59 0.39 140.85 0.83 0.33
Hex E 9B 3F 5B 0 3B 27 8D 53 21
Octal 16 233 77 133 0 73 47 215 123 41
Binary 1110 10011011 111111 1011011 0 111011 100111 10001101 1010011 100001

Color Harmonies of #0E9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9B3F

Black with #0E9B3F

Text Example


Text Example

White with #0E9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,155,63); }

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

background-color css

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

 a { background-color: rgb(14,155,63); }

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

border-color css

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

 span { border-color: rgb(14,155,63); }

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