Html Css Color HEX #12A515 Islamic Green

📋 copy color: '#12A515'

red 18 ◦ green 165 ◦ blue 21

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

Shades of Islamic Green #12A515

Tints of Islamic Green #12A515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 8.82%
G = 80.88%
B = 10.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#12A515 (or 0x12A515) is known color: Islamic Green. HEX triplet: 12, A5 and 15. RGB value is (18,165,21). Sum of RGB (Red+Green+Blue) = 18+165+21=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 165 (64.84% from 255 or 80.88% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 165 - color contains mainly: green. Hex color #12A515 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A515 is #ED5AEA. Grayscale: #696969. Windows color (decimal): -15555307 or 1418514. OLE color: 1418514.

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

Color convert

RGB 18 165 21 -
CMYK 0.89 0 0.87 0.35
HSL 121.22º 0.8% 0.36% -
HSV(B) 121.22º 0.89% 0.65% -
XYZ 13.84 27.09 5.21 -
YUV 104.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 18 165 21 0.89 0 0.87 0.35 121.22 0.8 0.36
Hex 12 A5 15 59 0 57 23 79 50 24
Octal 22 245 25 131 0 127 43 171 120 44
Binary 10010 10100101 10101 1011001 0 1010111 100011 1111001 1010000 100100

Color Harmonies of #12A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A515

Black with #12A515

Text Example


Text Example

White with #12A515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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