Html Css Color HEX #12B40F Islamic Green

📋 copy color: '#12B40F'

red 18 ◦ green 180 ◦ blue 15

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

Shades of Islamic Green #12B40F

Tints of Islamic Green #12B40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 8.45%
G = 84.51%
B = 7.04%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#12B40F (or 0x12B40F) is known color: Islamic Green. HEX triplet: 12, B4 and 0F. RGB value is (18,180,15). Sum of RGB (Red+Green+Blue) = 18+180+15=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 180 (70.70% from 255 or 84.51% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 180 - color contains mainly: green. Hex color #12B40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B40F is #ED4BF0. Grayscale: #717171. Windows color (decimal): -15551473 or 1029138. OLE color: 1029138.

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

Color convert

RGB 18 180 15 -
CMYK 0.9 0 0.92 0.29
HSL 118.91º 0.85% 0.38% -
HSV(B) 118.91º 0.92% 0.71% -
XYZ 16.66 32.81 5.91 -
YUV 112.75 72.83 60.42 -
System Red Green Blue C M Y K H S L
Decimal 18 180 15 0.9 0 0.92 0.29 118.91 0.85 0.38
Hex 12 B4 F 5A 0 5C 1D 77 55 26
Octal 22 264 17 132 0 134 35 167 125 46
Binary 10010 10110100 1111 1011010 0 1011100 11101 1110111 1010101 100110

Color Harmonies of #12B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B40F

Black with #12B40F

Text Example


Text Example

White with #12B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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