Html Css Color HEX #12C304 Islamic Green

📋 copy color: '#12C304'

red 18 ◦ green 195 ◦ blue 4

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

Shades of Islamic Green #12C304

Tints of Islamic Green #12C304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 89.86%

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 8.29%
G = 89.86%
B = 1.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#12C304 (or 0x12C304) is known color: Islamic Green. HEX triplet: 12, C3 and 04. RGB value is (18,195,4). Sum of RGB (Red+Green+Blue) = 18+195+4=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 195 (76.56% from 255 or 89.86% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 195 - color contains mainly: green. Hex color #12C304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C304 is #ED3CFB. Grayscale: #787878. Windows color (decimal): -15547644 or 312082. OLE color: 312082.

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

Color convert

RGB 18 195 4 -
CMYK 0.91 0 0.98 0.24
HSL 115.6º 0.96% 0.39% -
HSV(B) 115.6º 0.98% 0.76% -
XYZ 19.79 39.17 6.63 -
YUV 120.3 62.36 55.03 -
System Red Green Blue C M Y K H S L
Decimal 18 195 4 0.91 0 0.98 0.24 115.6 0.96 0.39
Hex 12 C3 4 5B 0 62 18 74 60 27
Octal 22 303 4 133 0 142 30 164 140 47
Binary 10010 11000011 100 1011011 0 1100010 11000 1110100 1100000 100111

Color Harmonies of #12C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C304

Black with #12C304

Text Example


Text Example

White with #12C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,4); }

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

background-color css

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

 a { background-color: rgb(18,195,4); }

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

border-color css

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

 span { border-color: rgb(18,195,4); }

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