Html Css Color HEX #12C902 Islamic Green

📋 copy color: '#12C902'

red 18 ◦ green 201 ◦ blue 2

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

Shades of Islamic Green #12C902

Tints of Islamic Green #12C902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 90.95%

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

R = 8.14%
G = 90.95%
B = 0.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#12C902 (or 0x12C902) is known color: Islamic Green. HEX triplet: 12, C9 and 02. RGB value is (18,201,2). Sum of RGB (Red+Green+Blue) = 18+201+2=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 201 (78.91% from 255 or 90.95% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 201 - color contains mainly: green. Hex color #12C902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C902 is #ED36FD. Grayscale: #7C7C7C. Windows color (decimal): -15546110 or 182546. OLE color: 182546.

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

Color convert

RGB 18 201 2 -
CMYK 0.91 0 0.99 0.21
HSL 115.18º 0.98% 0.4% -
HSV(B) 115.18º 0.99% 0.79% -
XYZ 21.15 41.91 7.03 -
YUV 123.6 59.37 52.68 -
System Red Green Blue C M Y K H S L
Decimal 18 201 2 0.91 0 0.99 0.21 115.18 0.98 0.4
Hex 12 C9 2 5B 0 63 15 73 62 28
Octal 22 311 2 133 0 143 25 163 142 50
Binary 10010 11001001 10 1011011 0 1100011 10101 1110011 1100010 101000

Color Harmonies of #12C902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C902

Black with #12C902

Text Example


Text Example

White with #12C902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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