Html Css Color HEX #12970E Islamic Green

📋 copy color: '#12970E'

red 18 ◦ green 151 ◦ blue 14

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

Shades of Islamic Green #12970E

Tints of Islamic Green #12970E

RGB

 RED value IS 18 (7.42% from 255) = 9.84%

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

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 9.84%
G = 82.51%
B = 7.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#12970E (or 0x12970E) is known color: Islamic Green. HEX triplet: 12, 97 and 0E. RGB value is (18,151,14). Sum of RGB (Red+Green+Blue) = 18+151+14=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 151 (59.38% from 255 or 82.51% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 151 - color contains mainly: green. Hex color #12970E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12970E is #ED68F1. Grayscale: #606060. Windows color (decimal): -15558898 or 956178. OLE color: 956178.

HSL color Cylindrical-coordinate representation of color #12970E: hue angle of 118.25º 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 #12970E is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 14 -
CMYK 0.88 0 0.91 0.41
HSL 118.25º 0.83% 0.32% -
HSV(B) 118.25º 0.91% 0.59% -
XYZ 11.4 22.29 4.12 -
YUV 95.62 81.94 72.64 -
System Red Green Blue C M Y K H S L
Decimal 18 151 14 0.88 0 0.91 0.41 118.25 0.83 0.32
Hex 12 97 E 58 0 5B 29 76 53 20
Octal 22 227 16 130 0 133 51 166 123 40
Binary 10010 10010111 1110 1011000 0 1011011 101001 1110110 1010011 100000

Color Harmonies of #12970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12970E

Black with #12970E

Text Example


Text Example

White with #12970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12970E; }

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

 H1.HeaderClassName
 {
   color: #12970E;
 }
 .AnyTagClassName
 {
   color: #12970E;
 }
</style>

background-color css

<style>
 a { background-color: #12970E; }

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

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

border-color css

<style>
 span { border-color: #12970E; }

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

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