Html Css Color HEX #12B800 Islamic Green

📋 copy color: '#12B800'

red 18 ◦ green 184 ◦ blue 0

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

Shades of Islamic Green #12B800

Tints of Islamic Green #12B800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 91.09%

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

R = 8.91%
G = 91.09%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#12B800 (or 0x12B800) is known color: Islamic Green. HEX triplet: 12, B8 and 00. RGB value is (18,184,0). Sum of RGB (Red+Green+Blue) = 18+184+0=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 184 (72.27% from 255 or 91.09% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 184 - color contains mainly: green. Hex color #12B800 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B800 is #ED47FF. Grayscale: #717171. Windows color (decimal): -15550464 or 47122. OLE color: 47122.

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

Color convert

RGB 18 184 0 -
CMYK 0.90 0 1 0.28
HSL 114.13º 1% 0.36% -
HSV(B) 114.13º 1% 0.72% -
XYZ 17.39 34.41 5.73 -
YUV 113.39 64 59.96 -
System Red Green Blue C M Y K H S L
Decimal 18 184 0 0.90 0 1 0.28 114.13 1 0.36
Hex 12 B8 0 5A 0 64 1C 72 64 24
Octal 22 270 0 132 0 144 34 162 144 44
Binary 10010 10111000 0 1011010 0 1100100 11100 1110010 1100100 100100

Color Harmonies of #12B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B800

Black with #12B800

Text Example


Text Example

White with #12B800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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