Html Css Color HEX #03BA09 Islamic Green

📋 copy color: '#03BA09'

red 3 ◦ green 186 ◦ blue 9

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

Shades of Islamic Green #03BA09

Tints of Islamic Green #03BA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 1.52%
G = 93.94%
B = 4.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#03BA09 (or 0x03BA09) is known color: Islamic Green. HEX triplet: 03, BA and 09. RGB value is (3,186,9). Sum of RGB (Red+Green+Blue) = 3+186+9=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 186 (73.05% from 255 or 93.94% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA09 is #FC45F6. Grayscale: #6F6F6F. Windows color (decimal): -16532983 or 637443. OLE color: 637443.

HSL color Cylindrical-coordinate representation of color #03BA09: hue angle of 121.97º 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 #03BA09 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 9 -
CMYK 0.98 0 0.95 0.27
HSL 121.97º 0.97% 0.37% -
HSV(B) 121.97º 0.98% 0.73% -
XYZ 17.65 35.16 6.11 -
YUV 111.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 3 186 9 0.98 0 0.95 0.27 121.97 0.97 0.37
Hex 3 BA 9 62 0 5F 1B 7A 61 25
Octal 3 272 11 142 0 137 33 172 141 45
Binary 11 10111010 1001 1100010 0 1011111 11011 1111010 1100001 100101

Color Harmonies of #03BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA09

Black with #03BA09

Text Example


Text Example

White with #03BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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