Html Css Color HEX #03BA16 Islamic Green

📋 copy color: '#03BA16'

red 3 ◦ green 186 ◦ blue 22

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

Shades of Islamic Green #03BA16

Tints of Islamic Green #03BA16

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 186 (73.05% from 255) = 88.15%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 1.42%
G = 88.15%
B = 10.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#03BA16 (or 0x03BA16) is known color: Islamic Green. HEX triplet: 03, BA and 16. RGB value is (3,186,22). Sum of RGB (Red+Green+Blue) = 3+186+22=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 186 (73.05% from 255 or 88.15% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA16 is #FC45E9. Grayscale: #717171. Windows color (decimal): -16532970 or 1489411. OLE color: 1489411.

HSL color Cylindrical-coordinate representation of color #03BA16: hue angle of 126.23º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA16 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 22 -
CMYK 0.98 0 0.88 0.27
HSL 126.23º 0.97% 0.37% -
HSV(B) 126.23º 0.98% 0.73% -
XYZ 17.74 35.2 6.62 -
YUV 112.59 76.87 49.84 -
System Red Green Blue C M Y K H S L
Decimal 3 186 22 0.98 0 0.88 0.27 126.23 0.97 0.37
Hex 3 BA 16 62 0 58 1B 7E 61 25
Octal 3 272 26 142 0 130 33 176 141 45
Binary 11 10111010 10110 1100010 0 1011000 11011 1111110 1100001 100101

Color Harmonies of #03BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA16

Black with #03BA16

Text Example


Text Example

White with #03BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BA16; }

 p { color: rgb(3,186,22); }

 H1.HeaderClassName
 {
   color: #03BA16;
 }
 .AnyTagClassName
 {
   color: #03BA16;
 }
</style>

background-color css

<style>
 a { background-color: #03BA16; }

 a { background-color: rgb(3,186,22); }

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

border-color css

<style>
 span { border-color: #03BA16; }

 span { border-color: rgb(3,186,22); }

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