Html Css Color HEX #01B012 Islamic Green

📋 copy color: '#01B012'

red 1 ◦ green 176 ◦ blue 18

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

Shades of Islamic Green #01B012

Tints of Islamic Green #01B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 90.26%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 0.51%
G = 90.26%
B = 9.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#01B012 (or 0x01B012) is known color: Islamic Green. HEX triplet: 01, B0 and 12. RGB value is (1,176,18). Sum of RGB (Red+Green+Blue) = 1+176+18=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 176 (69.14% from 255 or 90.26% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 176 - color contains mainly: green. Hex color #01B012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B012 is #FE4FED. Grayscale: #6A6A6A. Windows color (decimal): -16666606 or 1224705. OLE color: 1224705.

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

Color convert

RGB 1 176 18 -
CMYK 0.99 0 0.90 0.31
HSL 125.83º 0.99% 0.35% -
HSV(B) 125.83º 0.99% 0.69% -
XYZ 15.65 31.1 5.75 -
YUV 105.66 78.52 53.35 -
System Red Green Blue C M Y K H S L
Decimal 1 176 18 0.99 0 0.90 0.31 125.83 0.99 0.35
Hex 1 B0 12 63 0 5A 1F 7E 63 23
Octal 1 260 22 143 0 132 37 176 143 43
Binary 1 10110000 10010 1100011 0 1011010 11111 1111110 1100011 100011

Color Harmonies of #01B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B012

Black with #01B012

Text Example


Text Example

White with #01B012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,18); }

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

background-color css

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

 a { background-color: rgb(1,176,18); }

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

border-color css

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

 span { border-color: rgb(1,176,18); }

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