Html Css Color HEX #00BE14 Islamic Green

📋 copy color: '#00BE14'

red 0 ◦ green 190 ◦ blue 20

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

Shades of Islamic Green #00BE14

Tints of Islamic Green #00BE14

RGB

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

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

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

R = 0%
G = 90.48%
B = 9.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#00BE14 (or 0x00BE14) is known color: Islamic Green. HEX triplet: 00, BE and 14. RGB value is (0,190,20). Sum of RGB (Red+Green+Blue) = 0+190+20=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 190 (74.61% from 255 or 90.48% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BE14 is #FF41EB. Grayscale: #727272. Windows color (decimal): -16728556 or 1359360. OLE color: 1359360.

HSL color Cylindrical-coordinate representation of color #00BE14: hue angle of 126.32º 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 #00BE14 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 190 20 -
CMYK 1 0 0.89 0.25
HSL 126.32º 1% 0.37% -
HSV(B) 126.32º 1% 0.75% -
XYZ 18.54 36.88 6.8 -
YUV 113.81 75.05 46.82 -
System Red Green Blue C M Y K H S L
Decimal 0 190 20 1 0 0.89 0.25 126.32 1 0.37
Hex 0 BE 14 64 0 59 19 7E 64 25
Octal 0 276 24 144 0 131 31 176 144 45
Binary 0 10111110 10100 1100100 0 1011001 11001 1111110 1100100 100101

Color Harmonies of #00BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BE14

Black with #00BE14

Text Example


Text Example

White with #00BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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