Html Css Color HEX #12A501 Islamic Green

📋 copy color: '#12A501'

red 18 ◦ green 165 ◦ blue 1

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

Shades of Islamic Green #12A501

Tints of Islamic Green #12A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 89.67%

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

R = 9.78%
G = 89.67%
B = 0.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#12A501 (or 0x12A501) is known color: Islamic Green. HEX triplet: 12, A5 and 01. RGB value is (18,165,1). Sum of RGB (Red+Green+Blue) = 18+165+1=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 165 (64.84% from 255 or 89.67% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 165 - color contains mainly: green. Hex color #12A501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A501 is #ED5AFE. Grayscale: #666666. Windows color (decimal): -15555327 or 107794. OLE color: 107794.

HSL color Cylindrical-coordinate representation of color #12A501: hue angle of 113.78º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12A501 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 1 -
CMYK 0.89 0 0.99 0.35
HSL 113.78º 0.99% 0.33% -
HSV(B) 113.78º 0.99% 0.65% -
XYZ 13.71 27.04 4.53 -
YUV 102.35 70.8 67.84 -
System Red Green Blue C M Y K H S L
Decimal 18 165 1 0.89 0 0.99 0.35 113.78 0.99 0.33
Hex 12 A5 1 59 0 63 23 72 63 21
Octal 22 245 1 131 0 143 43 162 143 41
Binary 10010 10100101 1 1011001 0 1100011 100011 1110010 1100011 100001

Color Harmonies of #12A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A501

Black with #12A501

Text Example


Text Example

White with #12A501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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