Html Css Color HEX #129812 Islamic Green

📋 copy color: '#129812'

red 18 ◦ green 152 ◦ blue 18

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

Shades of Islamic Green #129812

Tints of Islamic Green #129812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 80.85%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 9.57%
G = 80.85%
B = 9.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#129812 (or 0x129812) is known color: Islamic Green. HEX triplet: 12, 98 and 12. RGB value is (18,152,18). Sum of RGB (Red+Green+Blue) = 18+152+18=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 152 (59.77% from 255 or 80.85% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 152 - color contains mainly: green. Hex color #129812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129812 is #ED67ED. Grayscale: #616161. Windows color (decimal): -15558638 or 1218578. OLE color: 1218578.

HSL color Cylindrical-coordinate representation of color #129812: hue angle of 120º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129812 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 18 -
CMYK 0.88 0 0.88 0.40
HSL 120º 0.79% 0.33% -
HSV(B) 120º 0.88% 0.6% -
XYZ 11.59 22.63 4.33 -
YUV 96.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 18 152 18 0.88 0 0.88 0.40 120 0.79 0.33
Hex 12 98 12 58 0 58 28 78 4F 21
Octal 22 230 22 130 0 130 50 170 117 41
Binary 10010 10011000 10010 1011000 0 1011000 101000 1111000 1001111 100001

Color Harmonies of #129812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129812

Black with #129812

Text Example


Text Example

White with #129812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129812; }

 p { color: rgb(18,152,18); }

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

background-color css

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

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

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

border-color css

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

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

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