Html Css Color HEX #12B015 Islamic Green

📋 copy color: '#12B015'

red 18 ◦ green 176 ◦ blue 21

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

Shades of Islamic Green #12B015

Tints of Islamic Green #12B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 81.86%

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

R = 8.37%
G = 81.86%
B = 9.77%

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

#12B015 (or 0x12B015) is known color: Islamic Green. HEX triplet: 12, B0 and 15. RGB value is (18,176,21). Sum of RGB (Red+Green+Blue) = 18+176+21=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 176 (69.14% from 255 or 81.86% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 176 - color contains mainly: green. Hex color #12B015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B015 is #ED4FEA. Grayscale: #6F6F6F. Windows color (decimal): -15552491 or 1421330. OLE color: 1421330.

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

Color convert

RGB 18 176 21 -
CMYK 0.90 0 0.88 0.31
HSL 121.14º 0.81% 0.38% -
HSV(B) 121.14º 0.9% 0.69% -
XYZ 15.91 31.23 5.9 -
YUV 111.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 18 176 21 0.90 0 0.88 0.31 121.14 0.81 0.38
Hex 12 B0 15 5A 0 58 1F 79 51 26
Octal 22 260 25 132 0 130 37 171 121 46
Binary 10010 10110000 10101 1011010 0 1011000 11111 1111001 1010001 100110

Color Harmonies of #12B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B015

Black with #12B015

Text Example


Text Example

White with #12B015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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