Html Css Color HEX #129C06 Islamic Green

📋 copy color: '#129C06'

red 18 ◦ green 156 ◦ blue 6

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

Shades of Islamic Green #129C06

Tints of Islamic Green #129C06

RGB

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

 GREEN value IS 156 (61.33% from 255) = 86.67%

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 10%
G = 86.67%
B = 3.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#129C06 (or 0x129C06) is known color: Islamic Green. HEX triplet: 12, 9C and 06. RGB value is (18,156,6). Sum of RGB (Red+Green+Blue) = 18+156+6=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 156 (61.33% from 255 or 86.67% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 156 - color contains mainly: green. Hex color #129C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129C06 is #ED63F9. Grayscale: #626262. Windows color (decimal): -15557626 or 433170. OLE color: 433170.

HSL color Cylindrical-coordinate representation of color #129C06: hue angle of 115.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #129C06 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 6 -
CMYK 0.88 0 0.96 0.39
HSL 115.2º 0.93% 0.32% -
HSV(B) 115.2º 0.96% 0.61% -
XYZ 12.17 23.92 4.15 -
YUV 97.64 76.28 71.2 -
System Red Green Blue C M Y K H S L
Decimal 18 156 6 0.88 0 0.96 0.39 115.2 0.93 0.32
Hex 12 9C 6 58 0 60 27 73 5D 20
Octal 22 234 6 130 0 140 47 163 135 40
Binary 10010 10011100 110 1011000 0 1100000 100111 1110011 1011101 100000

Color Harmonies of #129C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C06

Black with #129C06

Text Example


Text Example

White with #129C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129C06; }

 p { color: rgb(18,156,6); }

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

background-color css

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

 a { background-color: rgb(18,156,6); }

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

border-color css

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

 span { border-color: rgb(18,156,6); }

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