Html Css Color HEX #12BC05 Islamic Green

📋 copy color: '#12BC05'

red 18 ◦ green 188 ◦ blue 5

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

Shades of Islamic Green #12BC05

Tints of Islamic Green #12BC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.37%

R = 8.53%
G = 89.1%
B = 2.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#12BC05 (or 0x12BC05) is known color: Islamic Green. HEX triplet: 12, BC and 05. RGB value is (18,188,5). Sum of RGB (Red+Green+Blue) = 18+188+5=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC05 is #ED43FA. Grayscale: #747474. Windows color (decimal): -15549435 or 375826. OLE color: 375826.

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

Color convert

RGB 18 188 5 -
CMYK 0.90 0 0.97 0.26
HSL 115.74º 0.95% 0.38% -
HSV(B) 115.74º 0.97% 0.74% -
XYZ 18.26 36.11 6.15 -
YUV 116.31 65.18 57.88 -
System Red Green Blue C M Y K H S L
Decimal 18 188 5 0.90 0 0.97 0.26 115.74 0.95 0.38
Hex 12 BC 5 5A 0 61 1A 74 5F 26
Octal 22 274 5 132 0 141 32 164 137 46
Binary 10010 10111100 101 1011010 0 1100001 11010 1110100 1011111 100110

Color Harmonies of #12BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC05

Black with #12BC05

Text Example


Text Example

White with #12BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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