Html Css Color HEX #12B708 Islamic Green

📋 copy color: '#12B708'

red 18 ◦ green 183 ◦ blue 8

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

Shades of Islamic Green #12B708

Tints of Islamic Green #12B708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 87.56%

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

R = 8.61%
G = 87.56%
B = 3.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#12B708 (or 0x12B708) is known color: Islamic Green. HEX triplet: 12, B7 and 08. RGB value is (18,183,8). Sum of RGB (Red+Green+Blue) = 18+183+8=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 183 (71.88% from 255 or 87.56% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 183 - color contains mainly: green. Hex color #12B708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B708 is #ED48F7. Grayscale: #727272. Windows color (decimal): -15550712 or 571154. OLE color: 571154.

HSL color Cylindrical-coordinate representation of color #12B708: hue angle of 116.57º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12B708 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 8 -
CMYK 0.90 0 0.96 0.28
HSL 116.57º 0.92% 0.37% -
HSV(B) 116.57º 0.96% 0.72% -
XYZ 17.23 34.01 5.89 -
YUV 113.72 68.34 59.73 -
System Red Green Blue C M Y K H S L
Decimal 18 183 8 0.90 0 0.96 0.28 116.57 0.92 0.37
Hex 12 B7 8 5A 0 60 1C 75 5C 25
Octal 22 267 10 132 0 140 34 165 134 45
Binary 10010 10110111 1000 1011010 0 1100000 11100 1110101 1011100 100101

Color Harmonies of #12B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B708

Black with #12B708

Text Example


Text Example

White with #12B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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