Html Css Color HEX #12BD04 Islamic Green

📋 copy color: '#12BD04'

red 18 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #12BD04

Tints of Islamic Green #12BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 89.57%

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

R = 8.53%
G = 89.57%
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

#12BD04 (or 0x12BD04) is known color: Islamic Green. HEX triplet: 12, BD and 04. RGB value is (18,189,4). Sum of RGB (Red+Green+Blue) = 18+189+4=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD04 is #ED42FB. Grayscale: #757575. Windows color (decimal): -15549180 or 310546. OLE color: 310546.

HSL color Cylindrical-coordinate representation of color #12BD04: hue angle of 115.46º 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 #12BD04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 4 -
CMYK 0.90 0 0.98 0.26
HSL 115.46º 0.96% 0.38% -
HSV(B) 115.46º 0.98% 0.74% -
XYZ 18.47 36.53 6.19 -
YUV 116.78 64.35 57.54 -
System Red Green Blue C M Y K H S L
Decimal 18 189 4 0.90 0 0.98 0.26 115.46 0.96 0.38
Hex 12 BD 4 5A 0 62 1A 73 60 26
Octal 22 275 4 132 0 142 32 163 140 46
Binary 10010 10111101 100 1011010 0 1100010 11010 1110011 1100000 100110

Color Harmonies of #12BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD04

Black with #12BD04

Text Example


Text Example

White with #12BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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