Html Css Color HEX #12BC04 Islamic Green

📋 copy color: '#12BC04'

red 18 ◦ green 188 ◦ blue 4

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

Shades of Islamic Green #12BC04

Tints of Islamic Green #12BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 89.52%

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

R = 8.57%
G = 89.52%
B = 1.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#12BC04 (or 0x12BC04) is known color: Islamic Green. HEX triplet: 12, BC and 04. RGB value is (18,188,4). Sum of RGB (Red+Green+Blue) = 18+188+4=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 188 (73.83% from 255 or 89.52% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC04 is #ED43FB. Grayscale: #747474. Windows color (decimal): -15549436 or 310290. OLE color: 310290.

HSL color Cylindrical-coordinate representation of color #12BC04: hue angle of 115.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12BC04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 4 -
CMYK 0.90 0 0.98 0.26
HSL 115.43º 0.96% 0.38% -
HSV(B) 115.43º 0.98% 0.74% -
XYZ 18.25 36.1 6.12 -
YUV 116.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 18 188 4 0.90 0 0.98 0.26 115.43 0.96 0.38
Hex 12 BC 4 5A 0 62 1A 73 60 26
Octal 22 274 4 132 0 142 32 163 140 46
Binary 10010 10111100 100 1011010 0 1100010 11010 1110011 1100000 100110

Color Harmonies of #12BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC04

Black with #12BC04

Text Example


Text Example

White with #12BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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