Html Css Color HEX #12AD08 Islamic Green

📋 copy color: '#12AD08'

red 18 ◦ green 173 ◦ blue 8

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

Shades of Islamic Green #12AD08

Tints of Islamic Green #12AD08

RGB

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

 GREEN value IS 173 (67.97% from 255) = 86.93%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 9.05%
G = 86.93%
B = 4.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#12AD08 (or 0x12AD08) is known color: Islamic Green. HEX triplet: 12, AD and 08. RGB value is (18,173,8). Sum of RGB (Red+Green+Blue) = 18+173+8=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 173 (67.97% from 255 or 86.93% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD08 is #ED52F7. Grayscale: #6C6C6C. Windows color (decimal): -15553272 or 568594. OLE color: 568594.

HSL color Cylindrical-coordinate representation of color #12AD08: hue angle of 116.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12AD08 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 173 8 -
CMYK 0.90 0 0.95 0.32
HSL 116.36º 0.91% 0.35% -
HSV(B) 116.36º 0.95% 0.68% -
XYZ 15.24 30.03 5.22 -
YUV 107.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 18 173 8 0.90 0 0.95 0.32 116.36 0.91 0.35
Hex 12 AD 8 5A 0 5F 20 74 5B 23
Octal 22 255 10 132 0 137 40 164 133 43
Binary 10010 10101101 1000 1011010 0 1011111 100000 1110100 1011011 100011

Color Harmonies of #12AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD08

Black with #12AD08

Text Example


Text Example

White with #12AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,8); }

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

background-color css

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

 a { background-color: rgb(18,173,8); }

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

border-color css

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

 span { border-color: rgb(18,173,8); }

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