Html Css Color HEX #12C405 Islamic Green

📋 copy color: '#12C405'

red 18 ◦ green 196 ◦ blue 5

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

Shades of Islamic Green #12C405

Tints of Islamic Green #12C405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 89.5%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 8.22%
G = 89.5%
B = 2.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#12C405 (or 0x12C405) is known color: Islamic Green. HEX triplet: 12, C4 and 05. RGB value is (18,196,5). Sum of RGB (Red+Green+Blue) = 18+196+5=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 196 (76.95% from 255 or 89.50% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 196 - color contains mainly: green. Hex color #12C405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C405 is #ED3BFA. Grayscale: #797979. Windows color (decimal): -15547387 or 377874. OLE color: 377874.

HSL color Cylindrical-coordinate representation of color #12C405: hue angle of 115.92º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12C405 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 196 5 -
CMYK 0.91 0 0.97 0.23
HSL 115.92º 0.95% 0.39% -
HSV(B) 115.92º 0.97% 0.77% -
XYZ 20.02 39.62 6.74 -
YUV 121 62.53 54.53 -
System Red Green Blue C M Y K H S L
Decimal 18 196 5 0.91 0 0.97 0.23 115.92 0.95 0.39
Hex 12 C4 5 5B 0 61 17 74 5F 27
Octal 22 304 5 133 0 141 27 164 137 47
Binary 10010 11000100 101 1011011 0 1100001 10111 1110100 1011111 100111

Color Harmonies of #12C405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C405

Black with #12C405

Text Example


Text Example

White with #12C405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,196,5); }

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

background-color css

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

 a { background-color: rgb(18,196,5); }

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

border-color css

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

 span { border-color: rgb(18,196,5); }

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