Html Css Color HEX #129B06 Islamic Green

📋 copy color: '#129B06'

red 18 ◦ green 155 ◦ blue 6

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

Shades of Islamic Green #129B06

Tints of Islamic Green #129B06

RGB

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

 GREEN value IS 155 (60.94% from 255) = 86.59%

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

R = 10.06%
G = 86.59%
B = 3.35%

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

#129B06 (or 0x129B06) is known color: Islamic Green. HEX triplet: 12, 9B and 06. RGB value is (18,155,6). Sum of RGB (Red+Green+Blue) = 18+155+6=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 155 (60.94% from 255 or 86.59% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 155 - color contains mainly: green. Hex color #129B06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129B06 is #ED64F9. Grayscale: #616161. Windows color (decimal): -15557882 or 432914. OLE color: 432914.

HSL color Cylindrical-coordinate representation of color #129B06: hue angle of 115.17º 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 #129B06 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 155 6 -
CMYK 0.88 0 0.96 0.39
HSL 115.17º 0.93% 0.32% -
HSV(B) 115.17º 0.96% 0.61% -
XYZ 12 23.58 4.09 -
YUV 97.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 18 155 6 0.88 0 0.96 0.39 115.17 0.93 0.32
Hex 12 9B 6 58 0 60 27 73 5D 20
Octal 22 233 6 130 0 140 47 163 135 40
Binary 10010 10011011 110 1011000 0 1100000 100111 1110011 1011101 100000

Color Harmonies of #129B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B06

Black with #129B06

Text Example


Text Example

White with #129B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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