Html Css Color HEX #129207 Islamic Green

📋 copy color: '#129207'

red 18 ◦ green 146 ◦ blue 7

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

Shades of Islamic Green #129207

Tints of Islamic Green #129207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 85.38%

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 10.53%
G = 85.38%
B = 4.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#129207 (or 0x129207) is known color: Islamic Green. HEX triplet: 12, 92 and 07. RGB value is (18,146,7). Sum of RGB (Red+Green+Blue) = 18+146+7=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 146 (57.42% from 255 or 85.38% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 146 - color contains mainly: green. Hex color #129207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129207 is #ED6DF8. Grayscale: #5C5C5C. Windows color (decimal): -15560185 or 496146. OLE color: 496146.

HSL color Cylindrical-coordinate representation of color #129207: hue angle of 115.25º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #129207 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 7 -
CMYK 0.88 0 0.95 0.43
HSL 115.25º 0.91% 0.3% -
HSV(B) 115.25º 0.95% 0.57% -
XYZ 10.57 20.7 3.64 -
YUV 91.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 18 146 7 0.88 0 0.95 0.43 115.25 0.91 0.3
Hex 12 92 7 58 0 5F 2B 73 5B 1E
Octal 22 222 7 130 0 137 53 163 133 36
Binary 10010 10010010 111 1011000 0 1011111 101011 1110011 1011011 11110

Color Harmonies of #129207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129207

Black with #129207

Text Example


Text Example

White with #129207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129207; }

 p { color: rgb(18,146,7); }

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

background-color css

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

 a { background-color: rgb(18,146,7); }

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

border-color css

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

 span { border-color: rgb(18,146,7); }

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