Html Css Color HEX #12BA03 Islamic Green

📋 copy color: '#12BA03'

red 18 ◦ green 186 ◦ blue 3

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

Shades of Islamic Green #12BA03

Tints of Islamic Green #12BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89.86%

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

R = 8.7%
G = 89.86%
B = 1.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#12BA03 (or 0x12BA03) is known color: Islamic Green. HEX triplet: 12, BA and 03. RGB value is (18,186,3). Sum of RGB (Red+Green+Blue) = 18+186+3=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA03 is #ED45FC. Grayscale: #737373. Windows color (decimal): -15549949 or 244242. OLE color: 244242.

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

Color convert

RGB 18 186 3 -
CMYK 0.90 0 0.98 0.27
HSL 115.08º 0.97% 0.37% -
HSV(B) 115.08º 0.98% 0.73% -
XYZ 17.82 35.25 5.95 -
YUV 114.91 64.84 58.88 -
System Red Green Blue C M Y K H S L
Decimal 18 186 3 0.90 0 0.98 0.27 115.08 0.97 0.37
Hex 12 BA 3 5A 0 62 1B 73 61 25
Octal 22 272 3 132 0 142 33 163 141 45
Binary 10010 10111010 11 1011010 0 1100010 11011 1110011 1100001 100101

Color Harmonies of #12BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA03

Black with #12BA03

Text Example


Text Example

White with #12BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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