Html Css Color HEX #12BD03 Islamic Green

📋 copy color: '#12BD03'

red 18 ◦ green 189 ◦ blue 3

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

Shades of Islamic Green #12BD03

Tints of Islamic Green #12BD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 8.57%
G = 90%
B = 1.43%

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

#12BD03 (or 0x12BD03) is known color: Islamic Green. HEX triplet: 12, BD and 03. RGB value is (18,189,3). Sum of RGB (Red+Green+Blue) = 18+189+3=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 189 (74.22% from 255 or 90% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD03 is #ED42FC. Grayscale: #757575. Windows color (decimal): -15549181 or 245010. OLE color: 245010.

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

Color convert

RGB 18 189 3 -
CMYK 0.90 0 0.98 0.26
HSL 115.16º 0.97% 0.38% -
HSV(B) 115.16º 0.98% 0.74% -
XYZ 18.46 36.53 6.16 -
YUV 116.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 18 189 3 0.90 0 0.98 0.26 115.16 0.97 0.38
Hex 12 BD 3 5A 0 62 1A 73 61 26
Octal 22 275 3 132 0 142 32 163 141 46
Binary 10010 10111101 11 1011010 0 1100010 11010 1110011 1100001 100110

Color Harmonies of #12BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD03

Black with #12BD03

Text Example


Text Example

White with #12BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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