Html Css Color HEX #01BA04 Islamic Green

📋 copy color: '#01BA04'

red 1 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #01BA04

Tints of Islamic Green #01BA04

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 97.38%
B = 2.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#01BA04 (or 0x01BA04) is known color: Islamic Green. HEX triplet: 01, BA and 04. RGB value is (1,186,4). Sum of RGB (Red+Green+Blue) = 1+186+4=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 186 (73.05% from 255 or 97.38% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BA04 is #FE45FB. Grayscale: #6E6E6E. Windows color (decimal): -16664060 or 309761. OLE color: 309761.

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

Color convert

RGB 1 186 4 -
CMYK 0.99 0 0.98 0.27
HSL 120.97º 0.99% 0.37% -
HSV(B) 120.97º 0.99% 0.73% -
XYZ 17.59 35.13 5.97 -
YUV 109.94 68.21 50.3 -
System Red Green Blue C M Y K H S L
Decimal 1 186 4 0.99 0 0.98 0.27 120.97 0.99 0.37
Hex 1 BA 4 63 0 62 1B 79 63 25
Octal 1 272 4 143 0 142 33 171 143 45
Binary 1 10111010 100 1100011 0 1100010 11011 1111001 1100011 100101

Color Harmonies of #01BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA04

Black with #01BA04

Text Example


Text Example

White with #01BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BA04; }

 p { color: rgb(1,186,4); }

 H1.HeaderClassName
 {
   color: #01BA04;
 }
 .AnyTagClassName
 {
   color: #01BA04;
 }
</style>

background-color css

<style>
 a { background-color: #01BA04; }

 a { background-color: rgb(1,186,4); }

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

border-color css

<style>
 span { border-color: #01BA04; }

 span { border-color: rgb(1,186,4); }

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