Html Css Color HEX #12B908 Islamic Green

📋 copy color: '#12B908'

red 18 ◦ green 185 ◦ blue 8

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

Shades of Islamic Green #12B908

Tints of Islamic Green #12B908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 87.68%

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

R = 8.53%
G = 87.68%
B = 3.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#12B908 (or 0x12B908) is known color: Islamic Green. HEX triplet: 12, B9 and 08. RGB value is (18,185,8). Sum of RGB (Red+Green+Blue) = 18+185+8=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #12B908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B908 is #ED46F7. Grayscale: #737373. Windows color (decimal): -15550200 or 571666. OLE color: 571666.

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

Color convert

RGB 18 185 8 -
CMYK 0.90 0 0.96 0.27
HSL 116.61º 0.92% 0.38% -
HSV(B) 116.61º 0.96% 0.73% -
XYZ 17.64 34.84 6.03 -
YUV 114.89 67.67 58.89 -
System Red Green Blue C M Y K H S L
Decimal 18 185 8 0.90 0 0.96 0.27 116.61 0.92 0.38
Hex 12 B9 8 5A 0 60 1B 75 5C 26
Octal 22 271 10 132 0 140 33 165 134 46
Binary 10010 10111001 1000 1011010 0 1100000 11011 1110101 1011100 100110

Color Harmonies of #12B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B908

Black with #12B908

Text Example


Text Example

White with #12B908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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