Html Css Color HEX #12B21C Islamic Green

📋 copy color: '#12B21C'

red 18 ◦ green 178 ◦ blue 28

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

Shades of Islamic Green #12B21C

Tints of Islamic Green #12B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 79.46%

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

R = 8.04%
G = 79.46%
B = 12.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#12B21C (or 0x12B21C) is known color: Islamic Green. HEX triplet: 12, B2 and 1C. RGB value is (18,178,28). Sum of RGB (Red+Green+Blue) = 18+178+28=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #12B21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B21C is #ED4DE3. Grayscale: #717171. Windows color (decimal): -15551972 or 1880594. OLE color: 1880594.

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

Color convert

RGB 18 178 28 -
CMYK 0.90 0 0.84 0.30
HSL 123.75º 0.82% 0.38% -
HSV(B) 123.75º 0.9% 0.7% -
XYZ 16.38 32.05 6.42 -
YUV 113.06 79.99 60.2 -
System Red Green Blue C M Y K H S L
Decimal 18 178 28 0.90 0 0.84 0.30 123.75 0.82 0.38
Hex 12 B2 1C 5A 0 54 1E 7C 52 26
Octal 22 262 34 132 0 124 36 174 122 46
Binary 10010 10110010 11100 1011010 0 1010100 11110 1111100 1010010 100110

Color Harmonies of #12B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B21C

Black with #12B21C

Text Example


Text Example

White with #12B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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