Html Css Color HEX #12C00A Islamic Green

📋 copy color: '#12C00A'

red 18 ◦ green 192 ◦ blue 10

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

Shades of Islamic Green #12C00A

Tints of Islamic Green #12C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 87.27%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 8.18%
G = 87.27%
B = 4.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#12C00A (or 0x12C00A) is known color: Islamic Green. HEX triplet: 12, C0 and 0A. RGB value is (18,192,10). Sum of RGB (Red+Green+Blue) = 18+192+10=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #12C00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C00A is #ED3FF5. Grayscale: #777777. Windows color (decimal): -15548406 or 704530. OLE color: 704530.

HSL color Cylindrical-coordinate representation of color #12C00A: hue angle of 117.36º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12C00A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 10 -
CMYK 0.91 0 0.95 0.25
HSL 117.36º 0.9% 0.4% -
HSV(B) 117.36º 0.95% 0.75% -
XYZ 19.15 37.85 6.58 -
YUV 119.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 18 192 10 0.91 0 0.95 0.25 117.36 0.9 0.4
Hex 12 C0 A 5B 0 5F 19 75 5A 28
Octal 22 300 12 133 0 137 31 165 132 50
Binary 10010 11000000 1010 1011011 0 1011111 11001 1110101 1011010 101000

Color Harmonies of #12C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C00A

Black with #12C00A

Text Example


Text Example

White with #12C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,10); }

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

background-color css

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

 a { background-color: rgb(18,192,10); }

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

border-color css

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

 span { border-color: rgb(18,192,10); }

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