Html Css Color HEX #01B802 Islamic Green

📋 copy color: '#01B802'

red 1 ◦ green 184 ◦ blue 2

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

Shades of Islamic Green #01B802

Tints of Islamic Green #01B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 98.4%

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 0.53%
G = 98.4%
B = 1.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#01B802 (or 0x01B802) is known color: Islamic Green. HEX triplet: 01, B8 and 02. RGB value is (1,184,2). Sum of RGB (Red+Green+Blue) = 1+184+2=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 184 (72.27% from 255 or 98.40% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 184 - color contains mainly: green. Hex color #01B802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B802 is #FE47FD. Grayscale: #6D6D6D. Windows color (decimal): -16664574 or 178177. OLE color: 178177.

HSL color Cylindrical-coordinate representation of color #01B802: hue angle of 120.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 184 2 -
CMYK 0.99 0 0.99 0.28
HSL 120.33º 0.99% 0.36% -
HSV(B) 120.33º 0.99% 0.72% -
XYZ 17.16 34.29 5.77 -
YUV 108.54 67.87 51.3 -
System Red Green Blue C M Y K H S L
Decimal 1 184 2 0.99 0 0.99 0.28 120.33 0.99 0.36
Hex 1 B8 2 63 0 63 1C 78 63 24
Octal 1 270 2 143 0 143 34 170 143 44
Binary 1 10111000 10 1100011 0 1100011 11100 1111000 1100011 100100

Color Harmonies of #01B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B802

Black with #01B802

Text Example


Text Example

White with #01B802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,2); }

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

background-color css

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

 a { background-color: rgb(1,184,2); }

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

border-color css

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

 span { border-color: rgb(1,184,2); }

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