Html Css Color HEX #12B115 Islamic Green

📋 copy color: '#12B115'

red 18 ◦ green 177 ◦ blue 21

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

Shades of Islamic Green #12B115

Tints of Islamic Green #12B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 8.33%
G = 81.94%
B = 9.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#12B115 (or 0x12B115) is known color: Islamic Green. HEX triplet: 12, B1 and 15. RGB value is (18,177,21). Sum of RGB (Red+Green+Blue) = 18+177+21=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 177 (69.53% from 255 or 81.94% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 177 - color contains mainly: green. Hex color #12B115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B115 is #ED4EEA. Grayscale: #707070. Windows color (decimal): -15552235 or 1421586. OLE color: 1421586.

HSL color Cylindrical-coordinate representation of color #12B115: hue angle of 121.13º 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 #12B115 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 177 21 -
CMYK 0.90 0 0.88 0.31
HSL 121.13º 0.82% 0.38% -
HSV(B) 121.13º 0.9% 0.69% -
XYZ 16.11 31.63 5.97 -
YUV 111.68 76.82 61.18 -
System Red Green Blue C M Y K H S L
Decimal 18 177 21 0.90 0 0.88 0.31 121.13 0.82 0.38
Hex 12 B1 15 5A 0 58 1F 79 52 26
Octal 22 261 25 132 0 130 37 171 122 46
Binary 10010 10110001 10101 1011010 0 1011000 11111 1111001 1010010 100110

Color Harmonies of #12B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B115

Black with #12B115

Text Example


Text Example

White with #12B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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