Html Css Color HEX #01BA0D Islamic Green

📋 copy color: '#01BA0D'

red 1 ◦ green 186 ◦ blue 13

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

Shades of Islamic Green #01BA0D

Tints of Islamic Green #01BA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 0.5%
G = 93%
B = 6.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#01BA0D (or 0x01BA0D) is known color: Islamic Green. HEX triplet: 01, BA and 0D. RGB value is (1,186,13). Sum of RGB (Red+Green+Blue) = 1+186+13=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 186 (73.05% from 255 or 93% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BA0D is #FE45F2. Grayscale: #6F6F6F. Windows color (decimal): -16664051 or 899585. OLE color: 899585.

HSL color Cylindrical-coordinate representation of color #01BA0D: hue angle of 123.89º 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 #01BA0D is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 186 13 -
CMYK 0.99 0 0.93 0.27
HSL 123.89º 0.99% 0.37% -
HSV(B) 123.89º 0.99% 0.73% -
XYZ 17.64 35.15 6.24 -
YUV 110.96 72.71 49.57 -
System Red Green Blue C M Y K H S L
Decimal 1 186 13 0.99 0 0.93 0.27 123.89 0.99 0.37
Hex 1 BA D 63 0 5D 1B 7C 63 25
Octal 1 272 15 143 0 135 33 174 143 45
Binary 1 10111010 1101 1100011 0 1011101 11011 1111100 1100011 100101

Color Harmonies of #01BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA0D

Black with #01BA0D

Text Example


Text Example

White with #01BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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