Html Css Color HEX #0E970A Islamic Green

📋 copy color: '#0E970A'

red 14 ◦ green 151 ◦ blue 10

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

Shades of Islamic Green #0E970A

Tints of Islamic Green #0E970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 86.29%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 8%
G = 86.29%
B = 5.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0E970A (or 0x0E970A) is known color: Islamic Green. HEX triplet: 0E, 97 and 0A. RGB value is (14,151,10). Sum of RGB (Red+Green+Blue) = 14+151+10=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 151 (59.38% from 255 or 86.29% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 151 - color contains mainly: green. Hex color #0E970A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E970A is #F168F5. Grayscale: #5E5E5E. Windows color (decimal): -15821046 or 694030. OLE color: 694030.

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

Color convert

RGB 14 151 10 -
CMYK 0.91 0 0.93 0.41
HSL 118.3º 0.88% 0.32% -
HSV(B) 118.3º 0.93% 0.59% -
XYZ 11.3 22.25 3.99 -
YUV 93.96 80.61 70.96 -
System Red Green Blue C M Y K H S L
Decimal 14 151 10 0.91 0 0.93 0.41 118.3 0.88 0.32
Hex E 97 A 5B 0 5D 29 76 58 20
Octal 16 227 12 133 0 135 51 166 130 40
Binary 1110 10010111 1010 1011011 0 1011101 101001 1110110 1011000 100000

Color Harmonies of #0E970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E970A

Black with #0E970A

Text Example


Text Example

White with #0E970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,151,10); }

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

background-color css

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

 a { background-color: rgb(14,151,10); }

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

border-color css

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

 span { border-color: rgb(14,151,10); }

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