Html Css Color HEX #00BE10 Islamic Green

📋 copy color: '#00BE10'

red 0 ◦ green 190 ◦ blue 16

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

Shades of Islamic Green #00BE10

Tints of Islamic Green #00BE10

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 92.23%
B = 7.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#00BE10 (or 0x00BE10) is known color: Islamic Green. HEX triplet: 00, BE and 10. RGB value is (0,190,16). Sum of RGB (Red+Green+Blue) = 0+190+16=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 190 (74.61% from 255 or 92.23% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BE10 is #FF41EF. Grayscale: #717171. Windows color (decimal): -16728560 or 1097216. OLE color: 1097216.

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

Color convert

RGB 0 190 16 -
CMYK 1 0 0.92 0.25
HSL 125.05º 1% 0.37% -
HSV(B) 125.05º 1% 0.75% -
XYZ 18.51 36.86 6.63 -
YUV 113.35 73.05 47.15 -
System Red Green Blue C M Y K H S L
Decimal 0 190 16 1 0 0.92 0.25 125.05 1 0.37
Hex 0 BE 10 64 0 5C 19 7D 64 25
Octal 0 276 20 144 0 134 31 175 144 45
Binary 0 10111110 10000 1100100 0 1011100 11001 1111101 1100100 100101

Color Harmonies of #00BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BE10

Black with #00BE10

Text Example


Text Example

White with #00BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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