Html Css Color HEX #01BE10 Islamic Green

📋 copy color: '#01BE10'

red 1 ◦ green 190 ◦ blue 16

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

Shades of Islamic Green #01BE10

Tints of Islamic Green #01BE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 91.79%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 0.48%
G = 91.79%
B = 7.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#01BE10 (or 0x01BE10) is known color: Islamic Green. HEX triplet: 01, BE and 10. RGB value is (1,190,16). Sum of RGB (Red+Green+Blue) = 1+190+16=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 190 (74.61% from 255 or 91.79% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE10 is #FE41EF. Grayscale: #727272. Windows color (decimal): -16663024 or 1097217. OLE color: 1097217.

HSL color Cylindrical-coordinate representation of color #01BE10: hue angle of 124.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE10 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 16 -
CMYK 0.99 0 0.92 0.25
HSL 124.76º 0.99% 0.37% -
HSV(B) 124.76º 0.99% 0.75% -
XYZ 18.52 36.87 6.63 -
YUV 113.65 72.88 47.65 -
System Red Green Blue C M Y K H S L
Decimal 1 190 16 0.99 0 0.92 0.25 124.76 0.99 0.37
Hex 1 BE 10 63 0 5C 19 7D 63 25
Octal 1 276 20 143 0 134 31 175 143 45
Binary 1 10111110 10000 1100011 0 1011100 11001 1111101 1100011 100101

Color Harmonies of #01BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE10

Black with #01BE10

Text Example


Text Example

White with #01BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,16); }

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

background-color css

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

 a { background-color: rgb(1,190,16); }

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

border-color css

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

 span { border-color: rgb(1,190,16); }

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