Html Css Color HEX #0E961A Forest Green

📋 copy color: '#0E961A'

red 14 ◦ green 150 ◦ blue 26

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

Shades of Forest Green #0E961A

Tints of Forest Green #0E961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 78.95%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 7.37%
G = 78.95%
B = 13.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#0E961A (or 0x0E961A) is known color: Forest Green. HEX triplet: 0E, 96 and 1A. RGB value is (14,150,26). Sum of RGB (Red+Green+Blue) = 14+150+26=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 150 (58.98% from 255 or 78.95% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 150 - color contains mainly: green. Hex color #0E961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E961A is #F169E5. Grayscale: #5F5F5F. Windows color (decimal): -15821286 or 1742350. OLE color: 1742350.

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

Color convert

RGB 14 150 26 -
CMYK 0.91 0 0.83 0.41
HSL 125.29º 0.83% 0.32% -
HSV(B) 125.29º 0.91% 0.59% -
XYZ 11.27 21.98 4.63 -
YUV 95.2 88.94 70.08 -
System Red Green Blue C M Y K H S L
Decimal 14 150 26 0.91 0 0.83 0.41 125.29 0.83 0.32
Hex E 96 1A 5B 0 53 29 7D 53 20
Octal 16 226 32 133 0 123 51 175 123 40
Binary 1110 10010110 11010 1011011 0 1010011 101001 1111101 1010011 100000

Color Harmonies of #0E961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E961A

Black with #0E961A

Text Example


Text Example

White with #0E961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,26); }

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

background-color css

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

 a { background-color: rgb(14,150,26); }

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

border-color css

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

 span { border-color: rgb(14,150,26); }

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