Html Css Color HEX #12BA0A Islamic Green

📋 copy color: '#12BA0A'

red 18 ◦ green 186 ◦ blue 10

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

Shades of Islamic Green #12BA0A

Tints of Islamic Green #12BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 8.41%
G = 86.92%
B = 4.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#12BA0A (or 0x12BA0A) is known color: Islamic Green. HEX triplet: 12, BA and 0A. RGB value is (18,186,10). Sum of RGB (Red+Green+Blue) = 18+186+10=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 186 (73.05% from 255 or 86.92% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA0A is #ED45F5. Grayscale: #747474. Windows color (decimal): -15549942 or 702994. OLE color: 702994.

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

Color convert

RGB 18 186 10 -
CMYK 0.90 0 0.95 0.27
HSL 117.27º 0.9% 0.38% -
HSV(B) 117.27º 0.95% 0.73% -
XYZ 17.86 35.27 6.15 -
YUV 115.7 68.34 58.31 -
System Red Green Blue C M Y K H S L
Decimal 18 186 10 0.90 0 0.95 0.27 117.27 0.9 0.38
Hex 12 BA A 5A 0 5F 1B 75 5A 26
Octal 22 272 12 132 0 137 33 165 132 46
Binary 10010 10111010 1010 1011010 0 1011111 11011 1110101 1011010 100110

Color Harmonies of #12BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA0A

Black with #12BA0A

Text Example


Text Example

White with #12BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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