Html Css Color HEX #12C609 Islamic Green

📋 copy color: '#12C609'

red 18 ◦ green 198 ◦ blue 9

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

Shades of Islamic Green #12C609

Tints of Islamic Green #12C609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 88%

 BLUE value IS 9 (3.91% from 255) = 4%

R = 8%
G = 88%
B = 4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#12C609 (or 0x12C609) is known color: Islamic Green. HEX triplet: 12, C6 and 09. RGB value is (18,198,9). Sum of RGB (Red+Green+Blue) = 18+198+9=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 198 (77.73% from 255 or 88% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 198 - color contains mainly: green. Hex color #12C609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C609 is #ED39F6. Grayscale: #7B7B7B. Windows color (decimal): -15546871 or 640530. OLE color: 640530.

HSL color Cylindrical-coordinate representation of color #12C609: hue angle of 117.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12C609 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 198 9 -
CMYK 0.91 0 0.95 0.22
HSL 117.14º 0.91% 0.41% -
HSV(B) 117.14º 0.95% 0.78% -
XYZ 20.49 40.54 7 -
YUV 122.63 63.87 53.37 -
System Red Green Blue C M Y K H S L
Decimal 18 198 9 0.91 0 0.95 0.22 117.14 0.91 0.41
Hex 12 C6 9 5B 0 5F 16 75 5B 29
Octal 22 306 11 133 0 137 26 165 133 51
Binary 10010 11000110 1001 1011011 0 1011111 10110 1110101 1011011 101001

Color Harmonies of #12C609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C609

Black with #12C609

Text Example


Text Example

White with #12C609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,9); }

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

background-color css

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

 a { background-color: rgb(18,198,9); }

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

border-color css

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

 span { border-color: rgb(18,198,9); }

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