Html Css Color HEX #01B214 Islamic Green

📋 copy color: '#01B214'

red 1 ◦ green 178 ◦ blue 20

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

Shades of Islamic Green #01B214

Tints of Islamic Green #01B214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 0.5%
G = 89.45%
B = 10.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#01B214 (or 0x01B214) is known color: Islamic Green. HEX triplet: 01, B2 and 14. RGB value is (1,178,20). Sum of RGB (Red+Green+Blue) = 1+178+20=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 178 (69.92% from 255 or 89.45% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 178 - color contains mainly: green. Hex color #01B214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B214 is #FE4DEB. Grayscale: #6B6B6B. Windows color (decimal): -16666092 or 1356289. OLE color: 1356289.

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

Color convert

RGB 1 178 20 -
CMYK 0.99 0 0.89 0.30
HSL 126.44º 0.99% 0.35% -
HSV(B) 126.44º 0.99% 0.7% -
XYZ 16.06 31.9 5.97 -
YUV 107.07 78.86 52.35 -
System Red Green Blue C M Y K H S L
Decimal 1 178 20 0.99 0 0.89 0.30 126.44 0.99 0.35
Hex 1 B2 14 63 0 59 1E 7E 63 23
Octal 1 262 24 143 0 131 36 176 143 43
Binary 1 10110010 10100 1100011 0 1011001 11110 1111110 1100011 100011

Color Harmonies of #01B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B214

Black with #01B214

Text Example


Text Example

White with #01B214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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