Html Css Color HEX #128D04 Islamic Green

📋 copy color: '#128D04'

red 18 ◦ green 141 ◦ blue 4

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

Shades of Islamic Green #128D04

Tints of Islamic Green #128D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 86.5%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 11.04%
G = 86.5%
B = 2.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#128D04 (or 0x128D04) is known color: Islamic Green. HEX triplet: 12, 8D and 04. RGB value is (18,141,4). Sum of RGB (Red+Green+Blue) = 18+141+4=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #128D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128D04 is #ED72FB. Grayscale: #595959. Windows color (decimal): -15561468 or 298258. OLE color: 298258.

HSL color Cylindrical-coordinate representation of color #128D04: hue angle of 113.87º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #128D04 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 141 4 -
CMYK 0.87 0 0.97 0.45
HSL 113.87º 0.94% 0.28% -
HSV(B) 113.87º 0.97% 0.55% -
XYZ 9.8 19.19 3.3 -
YUV 88.61 80.25 77.64 -
System Red Green Blue C M Y K H S L
Decimal 18 141 4 0.87 0 0.97 0.45 113.87 0.94 0.28
Hex 12 8D 4 57 0 61 2D 72 5E 1C
Octal 22 215 4 127 0 141 55 162 136 34
Binary 10010 10001101 100 1010111 0 1100001 101101 1110010 1011110 11100

Color Harmonies of #128D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D04

Black with #128D04

Text Example


Text Example

White with #128D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128D04; }

 p { color: rgb(18,141,4); }

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

background-color css

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

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

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

border-color css

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

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

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