Html Css Color HEX #12B40B Islamic Green

📋 copy color: '#12B40B'

red 18 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #12B40B

Tints of Islamic Green #12B40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 8.61%
G = 86.12%
B = 5.26%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#12B40B (or 0x12B40B) is known color: Islamic Green. HEX triplet: 12, B4 and 0B. RGB value is (18,180,11). Sum of RGB (Red+Green+Blue) = 18+180+11=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 180 (70.70% from 255 or 86.12% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 180 - color contains mainly: green. Hex color #12B40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B40B is #ED4BF4. Grayscale: #707070. Windows color (decimal): -15551477 or 766994. OLE color: 766994.

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

Color convert

RGB 18 180 11 -
CMYK 0.9 0 0.94 0.29
HSL 117.51º 0.88% 0.37% -
HSV(B) 117.51º 0.94% 0.71% -
XYZ 16.63 32.8 5.77 -
YUV 112.3 70.83 60.74 -
System Red Green Blue C M Y K H S L
Decimal 18 180 11 0.9 0 0.94 0.29 117.51 0.88 0.37
Hex 12 B4 B 5A 0 5E 1D 76 58 25
Octal 22 264 13 132 0 136 35 166 130 45
Binary 10010 10110100 1011 1011010 0 1011110 11101 1110110 1011000 100101

Color Harmonies of #12B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B40B

Black with #12B40B

Text Example


Text Example

White with #12B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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