Html Css Color HEX #12A502 Islamic Green

📋 copy color: '#12A502'

red 18 ◦ green 165 ◦ blue 2

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

Shades of Islamic Green #12A502

Tints of Islamic Green #12A502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 9.73%
G = 89.19%
B = 1.08%

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

#12A502 (or 0x12A502) is known color: Islamic Green. HEX triplet: 12, A5 and 02. RGB value is (18,165,2). Sum of RGB (Red+Green+Blue) = 18+165+2=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 165 (64.84% from 255 or 89.19% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 165 - color contains mainly: green. Hex color #12A502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A502 is #ED5AFD. Grayscale: #666666. Windows color (decimal): -15555326 or 173330. OLE color: 173330.

HSL color Cylindrical-coordinate representation of color #12A502: hue angle of 114.11º degrees, saturation: 0.98, 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 #12A502 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 2 -
CMYK 0.89 0 0.99 0.35
HSL 114.11º 0.98% 0.33% -
HSV(B) 114.11º 0.99% 0.65% -
XYZ 13.72 27.04 4.55 -
YUV 102.47 71.3 67.75 -
System Red Green Blue C M Y K H S L
Decimal 18 165 2 0.89 0 0.99 0.35 114.11 0.98 0.33
Hex 12 A5 2 59 0 63 23 72 62 21
Octal 22 245 2 131 0 143 43 162 142 41
Binary 10010 10100101 10 1011001 0 1100011 100011 1110010 1100010 100001

Color Harmonies of #12A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A502

Black with #12A502

Text Example


Text Example

White with #12A502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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