Html Css Color HEX #01B407 Islamic Green

📋 copy color: '#01B407'

red 1 ◦ green 180 ◦ blue 7

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

Shades of Islamic Green #01B407

Tints of Islamic Green #01B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 95.74%

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 0.53%
G = 95.74%
B = 3.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#01B407 (or 0x01B407) is known color: Islamic Green. HEX triplet: 01, B4 and 07. RGB value is (1,180,7). Sum of RGB (Red+Green+Blue) = 1+180+7=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 180 (70.70% from 255 or 95.74% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 180 - color contains mainly: green. Hex color #01B407 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B407 is #FE4BF8. Grayscale: #6B6B6B. Windows color (decimal): -16665593 or 504833. OLE color: 504833.

HSL color Cylindrical-coordinate representation of color #01B407: hue angle of 122.01º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B407 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 7 -
CMYK 0.99 0 0.96 0.29
HSL 122.01º 0.99% 0.35% -
HSV(B) 122.01º 0.99% 0.71% -
XYZ 16.37 32.66 5.64 -
YUV 106.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 1 180 7 0.99 0 0.96 0.29 122.01 0.99 0.35
Hex 1 B4 7 63 0 60 1D 7A 63 23
Octal 1 264 7 143 0 140 35 172 143 43
Binary 1 10110100 111 1100011 0 1100000 11101 1111010 1100011 100011

Color Harmonies of #01B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B407

Black with #01B407

Text Example


Text Example

White with #01B407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,180,7); }

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

background-color css

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

 a { background-color: rgb(1,180,7); }

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

border-color css

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

 span { border-color: rgb(1,180,7); }

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