Html Css Color HEX #12B303 Islamic Green

📋 copy color: '#12B303'

red 18 ◦ green 179 ◦ blue 3

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

Shades of Islamic Green #12B303

Tints of Islamic Green #12B303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 89.5%

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 9%
G = 89.5%
B = 1.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#12B303 (or 0x12B303) is known color: Islamic Green. HEX triplet: 12, B3 and 03. RGB value is (18,179,3). Sum of RGB (Red+Green+Blue) = 18+179+3=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 179 (70.31% from 255 or 89.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 179 - color contains mainly: green. Hex color #12B303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B303 is #ED4CFC. Grayscale: #6F6F6F. Windows color (decimal): -15551741 or 242450. OLE color: 242450.

HSL color Cylindrical-coordinate representation of color #12B303: hue angle of 114.89º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12B303 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 3 -
CMYK 0.90 0 0.98 0.30
HSL 114.89º 0.97% 0.36% -
HSV(B) 114.89º 0.98% 0.7% -
XYZ 16.39 32.38 5.47 -
YUV 110.8 67.16 61.81 -
System Red Green Blue C M Y K H S L
Decimal 18 179 3 0.90 0 0.98 0.30 114.89 0.97 0.36
Hex 12 B3 3 5A 0 62 1E 73 61 24
Octal 22 263 3 132 0 142 36 163 141 44
Binary 10010 10110011 11 1011010 0 1100010 11110 1110011 1100001 100100

Color Harmonies of #12B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B303

Black with #12B303

Text Example


Text Example

White with #12B303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,3); }

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

background-color css

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

 a { background-color: rgb(18,179,3); }

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

border-color css

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

 span { border-color: rgb(18,179,3); }

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