Html Css Color HEX #12C302 Islamic Green

📋 copy color: '#12C302'

red 18 ◦ green 195 ◦ blue 2

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

Shades of Islamic Green #12C302

Tints of Islamic Green #12C302

RGB

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

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

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

R = 8.37%
G = 90.7%
B = 0.93%

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

#12C302 (or 0x12C302) is known color: Islamic Green. HEX triplet: 12, C3 and 02. RGB value is (18,195,2). Sum of RGB (Red+Green+Blue) = 18+195+2=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 195 (76.56% from 255 or 90.70% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 195 - color contains mainly: green. Hex color #12C302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C302 is #ED3CFD. Grayscale: #787878. Windows color (decimal): -15547646 or 181010. OLE color: 181010.

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

Color convert

RGB 18 195 2 -
CMYK 0.91 0 0.99 0.24
HSL 115.03º 0.98% 0.39% -
HSV(B) 115.03º 0.99% 0.76% -
XYZ 19.78 39.16 6.57 -
YUV 120.08 61.36 55.19 -
System Red Green Blue C M Y K H S L
Decimal 18 195 2 0.91 0 0.99 0.24 115.03 0.98 0.39
Hex 12 C3 2 5B 0 63 18 73 62 27
Octal 22 303 2 133 0 143 30 163 142 47
Binary 10010 11000011 10 1011011 0 1100011 11000 1110011 1100010 100111

Color Harmonies of #12C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C302

Black with #12C302

Text Example


Text Example

White with #12C302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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