Html Css Color HEX #12B11C Islamic Green

📋 copy color: '#12B11C'

red 18 ◦ green 177 ◦ blue 28

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

Shades of Islamic Green #12B11C

Tints of Islamic Green #12B11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 79.37%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 8.07%
G = 79.37%
B = 12.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#12B11C (or 0x12B11C) is known color: Islamic Green. HEX triplet: 12, B1 and 1C. RGB value is (18,177,28). Sum of RGB (Red+Green+Blue) = 18+177+28=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 177 (69.53% from 255 or 79.37% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 177 - color contains mainly: green. Hex color #12B11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B11C is #ED4EE3. Grayscale: #707070. Windows color (decimal): -15552228 or 1880338. OLE color: 1880338.

HSL color Cylindrical-coordinate representation of color #12B11C: hue angle of 123.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B11C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 177 28 -
CMYK 0.90 0 0.84 0.31
HSL 123.77º 0.82% 0.38% -
HSV(B) 123.77º 0.9% 0.69% -
XYZ 16.18 31.66 6.36 -
YUV 112.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 18 177 28 0.90 0 0.84 0.31 123.77 0.82 0.38
Hex 12 B1 1C 5A 0 54 1F 7C 52 26
Octal 22 261 34 132 0 124 37 174 122 46
Binary 10010 10110001 11100 1011010 0 1010100 11111 1111100 1010010 100110

Color Harmonies of #12B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B11C

Black with #12B11C

Text Example


Text Example

White with #12B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B11C; }

 p { color: rgb(18,177,28); }

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

background-color css

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

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

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

border-color css

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

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

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