Html Css Color HEX #12970F Islamic Green

📋 copy color: '#12970F'

red 18 ◦ green 151 ◦ blue 15

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

Shades of Islamic Green #12970F

Tints of Islamic Green #12970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 9.78%
G = 82.07%
B = 8.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#12970F (or 0x12970F) is known color: Islamic Green. HEX triplet: 12, 97 and 0F. RGB value is (18,151,15). Sum of RGB (Red+Green+Blue) = 18+151+15=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 151 (59.38% from 255 or 82.07% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 151 - color contains mainly: green. Hex color #12970F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12970F is #ED68F0. Grayscale: #606060. Windows color (decimal): -15558897 or 1021714. OLE color: 1021714.

HSL color Cylindrical-coordinate representation of color #12970F: hue angle of 118.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12970F is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 15 -
CMYK 0.88 0 0.90 0.41
HSL 118.68º 0.82% 0.33% -
HSV(B) 118.68º 0.9% 0.59% -
XYZ 11.4 22.3 4.15 -
YUV 95.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 18 151 15 0.88 0 0.90 0.41 118.68 0.82 0.33
Hex 12 97 F 58 0 5A 29 77 52 21
Octal 22 227 17 130 0 132 51 167 122 41
Binary 10010 10010111 1111 1011000 0 1011010 101001 1110111 1010010 100001

Color Harmonies of #12970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12970F

Black with #12970F

Text Example


Text Example

White with #12970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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