Html Css Color HEX #01B215 Islamic Green

📋 copy color: '#01B215'

red 1 ◦ green 178 ◦ blue 21

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

Shades of Islamic Green #01B215

Tints of Islamic Green #01B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 89%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 0.5%
G = 89%
B = 10.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#01B215 (or 0x01B215) is known color: Islamic Green. HEX triplet: 01, B2 and 15. RGB value is (1,178,21). Sum of RGB (Red+Green+Blue) = 1+178+21=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 178 (69.92% from 255 or 89% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 178 - color contains mainly: green. Hex color #01B215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B215 is #FE4DEA. Grayscale: #6B6B6B. Windows color (decimal): -16666091 or 1421825. OLE color: 1421825.

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

Color convert

RGB 1 178 21 -
CMYK 0.99 0 0.88 0.30
HSL 126.78º 0.99% 0.35% -
HSV(B) 126.78º 0.99% 0.7% -
XYZ 16.07 31.9 6.02 -
YUV 107.18 79.36 52.27 -
System Red Green Blue C M Y K H S L
Decimal 1 178 21 0.99 0 0.88 0.30 126.78 0.99 0.35
Hex 1 B2 15 63 0 58 1E 7F 63 23
Octal 1 262 25 143 0 130 36 177 143 43
Binary 1 10110010 10101 1100011 0 1011000 11110 1111111 1100011 100011

Color Harmonies of #01B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B215

Black with #01B215

Text Example


Text Example

White with #01B215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,21); }

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

background-color css

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

 a { background-color: rgb(1,178,21); }

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

border-color css

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

 span { border-color: rgb(1,178,21); }

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