Html Css Color HEX #12BC03 Islamic Green

📋 copy color: '#12BC03'

red 18 ◦ green 188 ◦ blue 3

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

Shades of Islamic Green #12BC03

Tints of Islamic Green #12BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 89.95%

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

R = 8.61%
G = 89.95%
B = 1.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#12BC03 (or 0x12BC03) is known color: Islamic Green. HEX triplet: 12, BC and 03. RGB value is (18,188,3). Sum of RGB (Red+Green+Blue) = 18+188+3=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC03 is #ED43FC. Grayscale: #747474. Windows color (decimal): -15549437 or 244754. OLE color: 244754.

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

Color convert

RGB 18 188 3 -
CMYK 0.90 0 0.98 0.26
HSL 115.14º 0.97% 0.37% -
HSV(B) 115.14º 0.98% 0.74% -
XYZ 18.25 36.1 6.09 -
YUV 116.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 18 188 3 0.90 0 0.98 0.26 115.14 0.97 0.37
Hex 12 BC 3 5A 0 62 1A 73 61 25
Octal 22 274 3 132 0 142 32 163 141 45
Binary 10010 10111100 11 1011010 0 1100010 11010 1110011 1100001 100101

Color Harmonies of #12BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC03

Black with #12BC03

Text Example


Text Example

White with #12BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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