Html Css Color HEX #12BD0D Islamic Green

📋 copy color: '#12BD0D'

red 18 ◦ green 189 ◦ blue 13

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

Shades of Islamic Green #12BD0D

Tints of Islamic Green #12BD0D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 85.91%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 8.18%
G = 85.91%
B = 5.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#12BD0D (or 0x12BD0D) is known color: Islamic Green. HEX triplet: 12, BD and 0D. RGB value is (18,189,13). Sum of RGB (Red+Green+Blue) = 18+189+13=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 189 (74.22% from 255 or 85.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD0D is #ED42F2. Grayscale: #767676. Windows color (decimal): -15549171 or 900370. OLE color: 900370.

HSL color Cylindrical-coordinate representation of color #12BD0D: hue angle of 118.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BD0D is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 13 -
CMYK 0.90 0 0.93 0.26
HSL 118.3º 0.87% 0.4% -
HSV(B) 118.3º 0.93% 0.74% -
XYZ 18.52 36.55 6.46 -
YUV 117.81 68.85 56.81 -
System Red Green Blue C M Y K H S L
Decimal 18 189 13 0.90 0 0.93 0.26 118.3 0.87 0.4
Hex 12 BD D 5A 0 5D 1A 76 57 28
Octal 22 275 15 132 0 135 32 166 127 50
Binary 10010 10111101 1101 1011010 0 1011101 11010 1110110 1010111 101000

Color Harmonies of #12BD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD0D

Black with #12BD0D

Text Example


Text Example

White with #12BD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,13); }

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

background-color css

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

 a { background-color: rgb(18,189,13); }

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

border-color css

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

 span { border-color: rgb(18,189,13); }

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