Html Css Color HEX #01B20E Islamic Green

📋 copy color: '#01B20E'

red 1 ◦ green 178 ◦ blue 14

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

Shades of Islamic Green #01B20E

Tints of Islamic Green #01B20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 0.52%
G = 92.23%
B = 7.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#01B20E (or 0x01B20E) is known color: Islamic Green. HEX triplet: 01, B2 and 0E. RGB value is (1,178,14). Sum of RGB (Red+Green+Blue) = 1+178+14=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 178 (69.92% from 255 or 92.23% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 178 - color contains mainly: green. Hex color #01B20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B20E is #FE4DF1. Grayscale: #6A6A6A. Windows color (decimal): -16666098 or 963073. OLE color: 963073.

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

Color convert

RGB 1 178 14 -
CMYK 0.99 0 0.92 0.30
HSL 124.41º 0.99% 0.35% -
HSV(B) 124.41º 0.99% 0.7% -
XYZ 16.01 31.88 5.72 -
YUV 106.38 75.86 52.84 -
System Red Green Blue C M Y K H S L
Decimal 1 178 14 0.99 0 0.92 0.30 124.41 0.99 0.35
Hex 1 B2 E 63 0 5C 1E 7C 63 23
Octal 1 262 16 143 0 134 36 174 143 43
Binary 1 10110010 1110 1100011 0 1011100 11110 1111100 1100011 100011

Color Harmonies of #01B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B20E

Black with #01B20E

Text Example


Text Example

White with #01B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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