Html Css Color HEX #12BA04 Islamic Green

📋 copy color: '#12BA04'

red 18 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #12BA04

Tints of Islamic Green #12BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 8.65%
G = 89.42%
B = 1.92%

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

#12BA04 (or 0x12BA04) is known color: Islamic Green. HEX triplet: 12, BA and 04. RGB value is (18,186,4). Sum of RGB (Red+Green+Blue) = 18+186+4=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA04 is #ED45FB. Grayscale: #737373. Windows color (decimal): -15549948 or 309778. OLE color: 309778.

HSL color Cylindrical-coordinate representation of color #12BA04: hue angle of 115.38º degrees, saturation: 0.96, 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 #12BA04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 4 -
CMYK 0.90 0 0.98 0.27
HSL 115.38º 0.96% 0.37% -
HSV(B) 115.38º 0.98% 0.73% -
XYZ 17.83 35.26 5.98 -
YUV 115.02 65.34 58.8 -
System Red Green Blue C M Y K H S L
Decimal 18 186 4 0.90 0 0.98 0.27 115.38 0.96 0.37
Hex 12 BA 4 5A 0 62 1B 73 60 25
Octal 22 272 4 132 0 142 33 163 140 45
Binary 10010 10111010 100 1011010 0 1100010 11011 1110011 1100000 100101

Color Harmonies of #12BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA04

Black with #12BA04

Text Example


Text Example

White with #12BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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