Html Css Color HEX #12C102 Islamic Green

📋 copy color: '#12C102'

red 18 ◦ green 193 ◦ blue 2

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

Shades of Islamic Green #12C102

Tints of Islamic Green #12C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 90.61%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 8.45%
G = 90.61%
B = 0.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#12C102 (or 0x12C102) is known color: Islamic Green. HEX triplet: 12, C1 and 02. RGB value is (18,193,2). Sum of RGB (Red+Green+Blue) = 18+193+2=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 193 (75.78% from 255 or 90.61% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 193 - color contains mainly: green. Hex color #12C102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C102 is #ED3EFD. Grayscale: #777777. Windows color (decimal): -15548158 or 180498. OLE color: 180498.

HSL color Cylindrical-coordinate representation of color #12C102: hue angle of 114.97º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12C102 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 2 -
CMYK 0.91 0 0.99 0.24
HSL 114.97º 0.98% 0.38% -
HSV(B) 114.97º 0.99% 0.76% -
XYZ 19.33 38.27 6.43 -
YUV 118.9 62.02 56.03 -
System Red Green Blue C M Y K H S L
Decimal 18 193 2 0.91 0 0.99 0.24 114.97 0.98 0.38
Hex 12 C1 2 5B 0 63 18 73 62 26
Octal 22 301 2 133 0 143 30 163 142 46
Binary 10010 11000001 10 1011011 0 1100011 11000 1110011 1100010 100110

Color Harmonies of #12C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C102

Black with #12C102

Text Example


Text Example

White with #12C102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,2); }

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

background-color css

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

 a { background-color: rgb(18,193,2); }

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

border-color css

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

 span { border-color: rgb(18,193,2); }

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