Html Css Color HEX #12BD0B Islamic Green

📋 copy color: '#12BD0B'

red 18 ◦ green 189 ◦ blue 11

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

Shades of Islamic Green #12BD0B

Tints of Islamic Green #12BD0B

RGB

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

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

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

R = 8.26%
G = 86.7%
B = 5.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#12BD0B (or 0x12BD0B) is known color: Islamic Green. HEX triplet: 12, BD and 0B. RGB value is (18,189,11). Sum of RGB (Red+Green+Blue) = 18+189+11=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 189 (74.22% from 255 or 86.70% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD0B is #ED42F4. Grayscale: #767676. Windows color (decimal): -15549173 or 769298. OLE color: 769298.

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

Color convert

RGB 18 189 11 -
CMYK 0.90 0 0.94 0.26
HSL 117.64º 0.89% 0.39% -
HSV(B) 117.64º 0.94% 0.74% -
XYZ 18.51 36.55 6.4 -
YUV 117.58 67.85 56.97 -
System Red Green Blue C M Y K H S L
Decimal 18 189 11 0.90 0 0.94 0.26 117.64 0.89 0.39
Hex 12 BD B 5A 0 5E 1A 76 59 27
Octal 22 275 13 132 0 136 32 166 131 47
Binary 10010 10111101 1011 1011010 0 1011110 11010 1110110 1011001 100111

Color Harmonies of #12BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD0B

Black with #12BD0B

Text Example


Text Example

White with #12BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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