Html Css Color HEX #12B41B Islamic Green

📋 copy color: '#12B41B'

red 18 ◦ green 180 ◦ blue 27

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

Shades of Islamic Green #12B41B

Tints of Islamic Green #12B41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 80%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 8%
G = 80%
B = 12%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#12B41B (or 0x12B41B) is known color: Islamic Green. HEX triplet: 12, B4 and 1B. RGB value is (18,180,27). Sum of RGB (Red+Green+Blue) = 18+180+27=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 180 (70.70% from 255 or 80% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 180 - color contains mainly: green. Hex color #12B41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B41B is #ED4BE4. Grayscale: #727272. Windows color (decimal): -15551461 or 1815570. OLE color: 1815570.

HSL color Cylindrical-coordinate representation of color #12B41B: hue angle of 123.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B41B is Cyan = 0.9, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 27 -
CMYK 0.9 0 0.85 0.29
HSL 123.33º 0.82% 0.39% -
HSV(B) 123.33º 0.9% 0.71% -
XYZ 16.77 32.85 6.49 -
YUV 114.12 78.83 59.44 -
System Red Green Blue C M Y K H S L
Decimal 18 180 27 0.9 0 0.85 0.29 123.33 0.82 0.39
Hex 12 B4 1B 5A 0 55 1D 7B 52 27
Octal 22 264 33 132 0 125 35 173 122 47
Binary 10010 10110100 11011 1011010 0 1010101 11101 1111011 1010010 100111

Color Harmonies of #12B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B41B

Black with #12B41B

Text Example


Text Example

White with #12B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,27); }

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

background-color css

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

 a { background-color: rgb(18,180,27); }

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

border-color css

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

 span { border-color: rgb(18,180,27); }

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