Html Css Color HEX #12BC01 Islamic Green

📋 copy color: '#12BC01'

red 18 ◦ green 188 ◦ blue 1

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

Shades of Islamic Green #12BC01

Tints of Islamic Green #12BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 8.7%
G = 90.82%
B = 0.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#12BC01 (or 0x12BC01) is known color: Islamic Green. HEX triplet: 12, BC and 01. RGB value is (18,188,1). Sum of RGB (Red+Green+Blue) = 18+188+1=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC01 is #ED43FE. Grayscale: #747474. Windows color (decimal): -15549439 or 113682. OLE color: 113682.

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

Color convert

RGB 18 188 1 -
CMYK 0.90 0 0.99 0.26
HSL 114.55º 0.99% 0.37% -
HSV(B) 114.55º 0.99% 0.74% -
XYZ 18.24 36.1 6.03 -
YUV 115.85 63.18 58.21 -
System Red Green Blue C M Y K H S L
Decimal 18 188 1 0.90 0 0.99 0.26 114.55 0.99 0.37
Hex 12 BC 1 5A 0 63 1A 73 63 25
Octal 22 274 1 132 0 143 32 163 143 45
Binary 10010 10111100 1 1011010 0 1100011 11010 1110011 1100011 100101

Color Harmonies of #12BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC01

Black with #12BC01

Text Example


Text Example

White with #12BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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