Html Css Color HEX #12BB07 Islamic Green

📋 copy color: '#12BB07'

red 18 ◦ green 187 ◦ blue 7

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

Shades of Islamic Green #12BB07

Tints of Islamic Green #12BB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 88.21%

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 8.49%
G = 88.21%
B = 3.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#12BB07 (or 0x12BB07) is known color: Islamic Green. HEX triplet: 12, BB and 07. RGB value is (18,187,7). Sum of RGB (Red+Green+Blue) = 18+187+7=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 187 (73.44% from 255 or 88.21% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BB07 is #ED44F8. Grayscale: #747474. Windows color (decimal): -15549689 or 506642. OLE color: 506642.

HSL color Cylindrical-coordinate representation of color #12BB07: hue angle of 116.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12BB07 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 187 7 -
CMYK 0.90 0 0.96 0.27
HSL 116.33º 0.93% 0.38% -
HSV(B) 116.33º 0.96% 0.73% -
XYZ 18.06 35.68 6.14 -
YUV 115.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 18 187 7 0.90 0 0.96 0.27 116.33 0.93 0.38
Hex 12 BB 7 5A 0 60 1B 74 5D 26
Octal 22 273 7 132 0 140 33 164 135 46
Binary 10010 10111011 111 1011010 0 1100000 11011 1110100 1011101 100110

Color Harmonies of #12BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BB07

Black with #12BB07

Text Example


Text Example

White with #12BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,187,7); }

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

background-color css

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

 a { background-color: rgb(18,187,7); }

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

border-color css

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

 span { border-color: rgb(18,187,7); }

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