Html Css Color HEX #12B900 Islamic Green

📋 copy color: '#12B900'

red 18 ◦ green 185 ◦ blue 0

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

Shades of Islamic Green #12B900

Tints of Islamic Green #12B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 91.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.87%
G = 91.13%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#12B900 (or 0x12B900) is known color: Islamic Green. HEX triplet: 12, B9 and 00. RGB value is (18,185,0). Sum of RGB (Red+Green+Blue) = 18+185+0=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 185 (72.66% from 255 or 91.13% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 185 - color contains mainly: green. Hex color #12B900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B900 is #ED46FF. Grayscale: #727272. Windows color (decimal): -15550208 or 47378. OLE color: 47378.

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

Color convert

RGB 18 185 0 -
CMYK 0.90 0 1 0.27
HSL 114.16º 1% 0.36% -
HSV(B) 114.16º 1% 0.73% -
XYZ 17.6 34.83 5.79 -
YUV 113.98 63.67 59.54 -
System Red Green Blue C M Y K H S L
Decimal 18 185 0 0.90 0 1 0.27 114.16 1 0.36
Hex 12 B9 0 5A 0 64 1B 72 64 24
Octal 22 271 0 132 0 144 33 162 144 44
Binary 10010 10111001 0 1011010 0 1100100 11011 1110010 1100100 100100

Color Harmonies of #12B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B900

Black with #12B900

Text Example


Text Example

White with #12B900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,0); }

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

background-color css

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

 a { background-color: rgb(18,185,0); }

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

border-color css

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

 span { border-color: rgb(18,185,0); }

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