Html Css Color HEX #12970C Islamic Green

📋 copy color: '#12970C'

red 18 ◦ green 151 ◦ blue 12

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

Shades of Islamic Green #12970C

Tints of Islamic Green #12970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 9.94%
G = 83.43%
B = 6.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#12970C (or 0x12970C) is known color: Islamic Green. HEX triplet: 12, 97 and 0C. RGB value is (18,151,12). Sum of RGB (Red+Green+Blue) = 18+151+12=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 151 (59.38% from 255 or 83.43% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 151 - color contains mainly: green. Hex color #12970C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12970C is #ED68F3. Grayscale: #5F5F5F. Windows color (decimal): -15558900 or 825106. OLE color: 825106.

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

Color convert

RGB 18 151 12 -
CMYK 0.88 0 0.92 0.41
HSL 117.41º 0.85% 0.32% -
HSV(B) 117.41º 0.92% 0.59% -
XYZ 11.38 22.29 4.05 -
YUV 95.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 18 151 12 0.88 0 0.92 0.41 117.41 0.85 0.32
Hex 12 97 C 58 0 5C 29 75 55 20
Octal 22 227 14 130 0 134 51 165 125 40
Binary 10010 10010111 1100 1011000 0 1011100 101001 1110101 1010101 100000

Color Harmonies of #12970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12970C

Black with #12970C

Text Example


Text Example

White with #12970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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