Html Css Color HEX #03BA08 Islamic Green

📋 copy color: '#03BA08'

red 3 ◦ green 186 ◦ blue 8

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

Shades of Islamic Green #03BA08

Tints of Islamic Green #03BA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 1.52%
G = 94.42%
B = 4.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#03BA08 (or 0x03BA08) is known color: Islamic Green. HEX triplet: 03, BA and 08. RGB value is (3,186,8). Sum of RGB (Red+Green+Blue) = 3+186+8=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 186 (73.05% from 255 or 94.42% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA08 is #FC45F7. Grayscale: #6F6F6F. Windows color (decimal): -16532984 or 571907. OLE color: 571907.

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

Color convert

RGB 3 186 8 -
CMYK 0.98 0 0.96 0.27
HSL 121.64º 0.97% 0.37% -
HSV(B) 121.64º 0.98% 0.73% -
XYZ 17.64 35.15 6.09 -
YUV 110.99 69.87 50.97 -
System Red Green Blue C M Y K H S L
Decimal 3 186 8 0.98 0 0.96 0.27 121.64 0.97 0.37
Hex 3 BA 8 62 0 60 1B 7A 61 25
Octal 3 272 10 142 0 140 33 172 141 45
Binary 11 10111010 1000 1100010 0 1100000 11011 1111010 1100001 100101

Color Harmonies of #03BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA08

Black with #03BA08

Text Example


Text Example

White with #03BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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